Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDLocal.h534 bool canReplaceOperandWithVariable(const Instruction *I, unsigned OpIdx);
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDGVNSink.cpp777 if (!canReplaceOperandWithVariable(I0, OpNum)) in analyzeInstructionForSinking()
HDConstantHoisting.cpp516 if (canReplaceOperandWithVariable(Inst, Idx)) { in collectConstantCandidates()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSimplifyCFG.cpp2057 !canReplaceOperandWithVariable(I0, OI)) in canSinkInstructions()
2606 !canReplaceOperandWithVariable(cast<Instruction>(U0.getUser()), in shouldBelongToSameSet()
HDLocal.cpp4119 bool llvm::canReplaceOperandWithVariable(const Instruction *I, unsigned OpIdx) { in canReplaceOperandWithVariable() function in llvm