Searched refs:getPredicatedExitCount (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.cpp | 1671 PSE.getSE()->getPredicatedExitCount(TheLoop, BB, &Predicates); in isVectorizableEarlyExitLoop() 1725 PSE.getSE()->getPredicatedExitCount(TheLoop, LatchBB, &Predicates))) { in isVectorizableEarlyExitLoop()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 895 getPredicatedExitCount(const Loop *L, const BasicBlock *ExitingBlock,
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 8306 const SCEV *ScalarEvolution::getPredicatedExitCount( in getPredicatedExitCount() function in ScalarEvolution 13771 EC = SE->getPredicatedExitCount(L, ExitingBlock, &Predicates); in PrintLoopInfo() 13823 ExitBTC = SE->getPredicatedExitCount(L, ExitingBlock, &Predicates, in PrintLoopInfo()
|