Searched refs:getSmallConstantTripMultiple (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopUnrollAndJamPass.cpp | 368 unsigned OuterTripMultiple = SE.getSmallConstantTripMultiple(L, Latch); in tryToUnrollAndJamLoop()
|
| H A D | LoopUnrollPass.cpp | 1272 TripMultiple = SE.getSmallConstantTripMultiple(L, ExitingBlock); in tryToUnrollLoop()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 852 LLVM_ABI unsigned getSmallConstantTripMultiple(const Loop *L, 858 LLVM_ABI unsigned getSmallConstantTripMultiple(const Loop *L); 867 getSmallConstantTripMultiple(const Loop *L, const BasicBlock *ExitingBlock);
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnroll.cpp | 527 Info.TripMultiple = SE->getSmallConstantTripMultiple(L, ExitingBlock); in UnrollLoop()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 8240 unsigned ScalarEvolution::getSmallConstantTripMultiple(const Loop *L) { in getSmallConstantTripMultiple() function in ScalarEvolution 8246 unsigned Multiple = getSmallConstantTripMultiple(L, ExitingBB); in getSmallConstantTripMultiple() 8254 unsigned ScalarEvolution::getSmallConstantTripMultiple(const Loop *L, in getSmallConstantTripMultiple() function in ScalarEvolution 8283 ScalarEvolution::getSmallConstantTripMultiple(const Loop *L, in getSmallConstantTripMultiple() function in ScalarEvolution 8289 return getSmallConstantTripMultiple(L, ExitCount); in getSmallConstantTripMultiple() 13899 OS << "Trip multiple is " << SE->getSmallConstantTripMultiple(L) << "\n"; in PrintLoopInfo()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 19833 {"_ZNK4llvm4Loop28getSmallConstantTripMultipleEv", "llvm::Loop::getSmallConstantTripMultiple() cons…
|