Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDLoopPeel.h31 gatherPeelingPreferences(Loop *L, ScalarEvolution &SE,
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopUnrollAndJamPass.cpp287 gatherPeelingPreferences(L, SE, TTI, std::nullopt, std::nullopt); in tryToUnrollAndJamLoop()
HDLoopUnrollPass.cpp1218 TargetTransformInfo::PeelingPreferences PP = gatherPeelingPreferences( in tryToUnrollLoop()
HDLoopFuse.cpp671 gatherPeelingPreferences(L, SE, TTI, std::nullopt, std::nullopt); in collectFusionCandidates()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLoopPeel.cpp872 llvm::gatherPeelingPreferences(Loop *L, ScalarEvolution &SE, in gatherPeelingPreferences() function in llvm
/freebsd-head/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
HDOMPIRBuilder.cpp5375 gatherPeelingPreferences(L, SE, TTI, in computeHeuristicUnrollFactor()