Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h534 bool canReplaceOperandWithVariable(const Instruction *I, unsigned OpIdx);
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp777 if (!canReplaceOperandWithVariable(I0, OpNum)) in analyzeInstructionForSinking()
H A DConstantHoisting.cpp516 if (canReplaceOperandWithVariable(Inst, Idx)) { in collectConstantCandidates()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2057 !canReplaceOperandWithVariable(I0, OI)) in canSinkInstructions()
2606 !canReplaceOperandWithVariable(cast<Instruction>(U0.getUser()), in shouldBelongToSameSet()
H A DLocal.cpp4119 bool llvm::canReplaceOperandWithVariable(const Instruction *I, unsigned OpIdx) { in canReplaceOperandWithVariable() function in llvm