Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h466 bool canReplaceOperandWithVariable(const Instruction *I, unsigned OpIdx);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp732 if (!canReplaceOperandWithVariable(I0, OpNum)) in analyzeInstructionForSinking()
H A DConstantHoisting.cpp505 if (canReplaceOperandWithVariable(Inst, Idx)) { in collectConstantCandidates()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3241 bool llvm::canReplaceOperandWithVariable(const Instruction *I, unsigned OpIdx) { in canReplaceOperandWithVariable() function in llvm
H A DSimplifyCFG.cpp1785 !canReplaceOperandWithVariable(I0, OI)) in canSinkInstructions()