Home
last modified time | relevance | path

Searched refs:replaceOperandsWithConsts (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Transforms/Scalar/
DGVN.h219 bool replaceOperandsWithConsts(Instruction *I) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DGVN.h281 bool replaceOperandsWithConsts(Instruction *I) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVN.cpp1694 bool GVN::replaceOperandsWithConsts(Instruction *Instr) const { in replaceOperandsWithConsts() function in GVN
2091 ChangedFunction |= replaceOperandsWithConsts(&*BI); in processBlock()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp1868 bool GVN::replaceOperandsWithConsts(Instruction *Instr) const { in replaceOperandsWithConsts() function in GVN
2260 ChangedFunction |= replaceOperandsWithConsts(&*BI); in processBlock()