Searched refs:canReplaceOperandWithVariable (Results 1 – 5 of 5) sorted by relevance
565 LLVM_ABI bool canReplaceOperandWithVariable(const Instruction *I,
693 if (!canReplaceOperandWithVariable(I0, OpNum)) in analyzeInstructionForSinking()
511 if (canReplaceOperandWithVariable(Inst, Idx)) { in collectConstantCandidates()
2241 !canReplaceOperandWithVariable(I0, OI)) in canSinkInstructions()2736 !canReplaceOperandWithVariable(cast<Instruction>(U0.getUser()), in shouldBelongToSameSet()
4213 bool llvm::canReplaceOperandWithVariable(const Instruction *I, unsigned OpIdx) { in canReplaceOperandWithVariable() function in llvm