Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DLocal.h500 bool canReplaceOperandWithVariable(const Instruction *I, unsigned OpIdx);
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp721 if (!canReplaceOperandWithVariable(I0, OpNum)) in analyzeInstructionForSinking()
H A DConstantHoisting.cpp489 if (canReplaceOperandWithVariable(Inst, Idx) || isa<IntrinsicInst>(Inst)) { in collectConstantCandidates()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLocal.cpp2833 bool llvm::canReplaceOperandWithVariable(const Instruction *I, unsigned OpIdx) { in canReplaceOperandWithVariable() function in llvm
H A DSimplifyCFG.cpp1506 if (!canReplaceOperandWithVariable(I0, OI)) in canSinkInstructions()