Home
last modified time | relevance | path

Searched refs:getPredicatedBackedgeTakenCount (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1403 const SCEV *getPredicatedBackedgeTakenCount(const Loop *L,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolution.h750 const SCEV *getPredicatedBackedgeTakenCount(const Loop *L,
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp2039 SE.getPredicatedBackedgeTakenCount(AR->getLoop(), Pred); in generateOverflowCheck()
DScalarEvolution.cpp5335 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/
DScalarEvolutionExpander.cpp2155 SE.getPredicatedBackedgeTakenCount(AR->getLoop(), Pred); in generateOverflowCheck()
DScalarEvolution.cpp6593 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()