Home
last modified time | relevance | path

Searched refs:getOtherIncomingValue (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Analysis/
DScalarEvolution.cpp6425 static Constant *getOtherIncomingValue(PHINode *PN, BasicBlock *BB) { in getOtherIncomingValue() function
6474 auto *StartCST = getOtherIncomingValue(PHI, Latch); in getConstantEvolutionLoopExitValue()
6557 auto *StartCST = getOtherIncomingValue(PHI, Latch); in computeExitCountExhaustively()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp7911 static Constant *getOtherIncomingValue(PHINode *PN, BasicBlock *BB) { in getOtherIncomingValue() function
7958 if (auto *StartCST = getOtherIncomingValue(&PHI, Latch)) in getConstantEvolutionLoopExitValue()
8037 if (auto *StartCST = getOtherIncomingValue(&PHI, Latch)) in computeExitCountExhaustively()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp8139 static Constant *getOtherIncomingValue(PHINode *PN, BasicBlock *BB) { in getOtherIncomingValue() function
8186 if (auto *StartCST = getOtherIncomingValue(&PHI, Latch)) in getConstantEvolutionLoopExitValue()
8265 if (auto *StartCST = getOtherIncomingValue(&PHI, Latch)) in computeExitCountExhaustively()