Home
last modified time | relevance | path

Searched refs:computePeelCount (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DLoopPeel.h33 void computePeelCount(Loop *L, unsigned LoopSize,
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp357 void llvm::computePeelCount(Loop *L, unsigned LoopSize, in computePeelCount() function in llvm
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp981 computePeelCount(L, LoopSize, PP, TripCount, DT, SE, UP.Threshold); in computeUnrollCount()