Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLocal.h467 bool canReplaceOperandWithVariable(const Instruction *I, unsigned OpIdx);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp732 if (!canReplaceOperandWithVariable(I0, OpNum)) in analyzeInstructionForSinking()
H A DConstantHoisting.cpp505 if (canReplaceOperandWithVariable(Inst, Idx)) { in collectConstantCandidates()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp3232 bool llvm::canReplaceOperandWithVariable(const Instruction *I, unsigned OpIdx) { in canReplaceOperandWithVariable() function in llvm
H A DSimplifyCFG.cpp1779 !canReplaceOperandWithVariable(I0, OI)) in canSinkInstructions()