Searched refs:gatherPeelingPreferences (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | LoopPeel.h | 31 gatherPeelingPreferences(Loop *L, ScalarEvolution &SE,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnrollAndJamPass.cpp | 287 gatherPeelingPreferences(L, SE, TTI, std::nullopt, std::nullopt); in tryToUnrollAndJamLoop()
|
H A D | LoopUnrollPass.cpp | 1218 TargetTransformInfo::PeelingPreferences PP = gatherPeelingPreferences( in tryToUnrollLoop()
|
H A D | LoopFuse.cpp | 671 gatherPeelingPreferences(L, SE, TTI, std::nullopt, std::nullopt); in collectFusionCandidates()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopPeel.cpp | 872 llvm::gatherPeelingPreferences(Loop *L, ScalarEvolution &SE, in gatherPeelingPreferences() function in llvm
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 5375 gatherPeelingPreferences(L, SE, TTI, in computeHeuristicUnrollFactor()
|