Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp359 const SCEV *Step, ICmpInst::Predicate Pred) { in countToEliminateCompares()
647 unsigned PeelCount = *EstimatedTripCount; in computePeelCount() local
916 bool llvm::peelLoop(Loop *L, unsigned PeelCount, LoopInfo *LI, in peelLoop()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h650 unsigned PeelCount; member