Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DLocal.h481 bool canReplaceOperandWithVariable(const Instruction *I, unsigned OpIdx);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp738 if (!canReplaceOperandWithVariable(I0, OpNum)) in analyzeInstructionForSinking()
H A DConstantHoisting.cpp511 if (canReplaceOperandWithVariable(Inst, Idx)) { in collectConstantCandidates()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1905 !canReplaceOperandWithVariable(I0, OI)) in canSinkInstructions()
2463 !canReplaceOperandWithVariable(cast<Instruction>(U0.getUser()), in shouldBelongToSameSet()
H A DLocal.cpp3384 bool llvm::canReplaceOperandWithVariable(const Instruction *I, unsigned OpIdx) { in canReplaceOperandWithVariable() function in llvm