Searched defs:PeelCount (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopPeel.cpp | 359 __anoncff144e10402(unsigned &PeelCount, const SCEV *&IterVal, const SCEV *BoundSCEV, const SCEV *Step, ICmpInst::Predicate Pred) countToEliminateCompares() argument 647 unsigned PeelCount = *EstimatedTripCount; computePeelCount() local 916 peelLoop(Loop * L,unsigned PeelCount,LoopInfo * LI,ScalarEvolution * SE,DominatorTree & DT,AssumptionCache * AC,bool PreserveLCSSA,ValueToValueMapTy & LVMap) peelLoop() argument [all...] |
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 644 unsigned PeelCount; global() member
|