Home
last modified time | relevance | path

Searched refs:getOperandNumForIncomingValue (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCanonicalizeFreezeInLoops.cpp215 PHI->getOperandNumForIncomingValue(PHI->getIncomingValue(0) == StepI); in run()
H A DLCSSA.cpp185 &PN->getOperandUse(PN->getOperandNumForIncomingValue( in formLCSSAForInstructionsImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp692 PHINode::getOperandNumForIncomingValue(i)) == &*UI) in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSA.h538 static unsigned getOperandNumForIncomingValue(unsigned I) { return I; }
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp727 unsigned OperandNo = PHINode::getOperandNumForIncomingValue(Index); in cloneInstructionWithNewAddressSpace()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h2436 static unsigned getOperandNumForIncomingValue(unsigned Idx) { in getOperandNumForIncomingValue() function
2437 return llvm::PHINode::getOperandNumForIncomingValue(Idx); in getOperandNumForIncomingValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2723 static unsigned getOperandNumForIncomingValue(unsigned i) {