Home
last modified time | relevance | path

Searched refs:canReplaceOperandWithVariable (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLocal.h468 bool canReplaceOperandWithVariable(const Instruction *I, unsigned OpIdx);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp432 if (canReplaceOperandWithVariable(Inst, Idx) || isa<IntrinsicInst>(Inst)) { in collectConstantCandidates()
DGVNSink.cpp721 if (!canReplaceOperandWithVariable(I0, OpNum)) in analyzeInstructionForSinking()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLocal.cpp2720 bool llvm::canReplaceOperandWithVariable(const Instruction *I, unsigned OpIdx) { in canReplaceOperandWithVariable() function in llvm
DSimplifyCFG.cpp1493 if (!canReplaceOperandWithVariable(I0, OI)) in canSinkInstructions()