Searched refs:getPredicatedBackedgeTakenCount (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1403 const SCEV *getPredicatedBackedgeTakenCount(const Loop *L,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 750 const SCEV *getPredicatedBackedgeTakenCount(const Loop *L,
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 2039 SE.getPredicatedBackedgeTakenCount(AR->getLoop(), Pred); in generateOverflowCheck()
|
D | ScalarEvolution.cpp | 5335 ScalarEvolution::getPredicatedBackedgeTakenCount(const Loop *L, in getPredicatedBackedgeTakenCount() function in ScalarEvolution 9578 auto PBT = SE->getPredicatedBackedgeTakenCount(L, Pred); in PrintLoopInfo() 10363 BackedgeCount = SE.getPredicatedBackedgeTakenCount(&L, BackedgePred); in getBackedgeTakenCount()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 2155 SE.getPredicatedBackedgeTakenCount(AR->getLoop(), Pred); in generateOverflowCheck()
|
D | ScalarEvolution.cpp | 6593 ScalarEvolution::getPredicatedBackedgeTakenCount(const Loop *L, in getPredicatedBackedgeTakenCount() function in ScalarEvolution 11275 auto PBT = SE->getPredicatedBackedgeTakenCount(L, Pred); in PrintLoopInfo() 12149 BackedgeCount = SE.getPredicatedBackedgeTakenCount(&L, BackedgePred); in getBackedgeTakenCount()
|