Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopPeel.h31 gatherPeelingPreferences(Loop *L, ScalarEvolution &SE,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollAndJamPass.cpp287 gatherPeelingPreferences(L, SE, TTI, std::nullopt, std::nullopt); in tryToUnrollAndJamLoop()
H A DLoopUnrollPass.cpp1218 TargetTransformInfo::PeelingPreferences PP = gatherPeelingPreferences( in tryToUnrollLoop()
H A DLoopFuse.cpp671 gatherPeelingPreferences(L, SE, TTI, std::nullopt, std::nullopt); in collectFusionCandidates()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp872 llvm::gatherPeelingPreferences(Loop *L, ScalarEvolution &SE, in gatherPeelingPreferences() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5375 gatherPeelingPreferences(L, SE, TTI, in computeHeuristicUnrollFactor()