Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp359 __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 DTargetTransformInfo.h644 unsigned PeelCount; global() member