Home
last modified time | relevance | path

Searched defs:PeelCount (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h77 unsigned PeelCount; member
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp392 Optional<unsigned> PeelCount = getLoopEstimatedTripCount(L); in computePeelCount() local
667 bool llvm::peelLoop(Loop *L, unsigned PeelCount, LoopInfo *LI, in peelLoop()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h533 unsigned PeelCount; member