Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDLocal.h531 bool canReplaceOperandWithVariable(const Instruction *I, unsigned OpIdx);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDGVNSink.cpp731 if (!canReplaceOperandWithVariable(I0, OpNum)) in analyzeInstructionForSinking()
HDConstantHoisting.cpp494 if (canReplaceOperandWithVariable(Inst, Idx) || isa<IntrinsicInst>(Inst)) { in collectConstantCandidates()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLocal.cpp2918 bool llvm::canReplaceOperandWithVariable(const Instruction *I, unsigned OpIdx) { in canReplaceOperandWithVariable() function in llvm
HDSimplifyCFG.cpp1531 if (!canReplaceOperandWithVariable(I0, OI)) in canSinkInstructions()