Lines Matching refs:PeelCount
358 [&](unsigned &PeelCount, const SCEV *&IterVal, const SCEV *BoundSCEV, in countToEliminateCompares()
360 while (PeelCount < MaxPeelCount && in countToEliminateCompares()
363 ++PeelCount; in countToEliminateCompares()
546 unsigned TargetPeelCount = PP.PeelCount; in computePeelCount()
547 PP.PeelCount = 0; in computePeelCount()
562 PP.PeelCount = UnrollForcePeelCount; in computePeelCount()
616 PP.PeelCount = DesiredPeelCount; in computePeelCount()
647 unsigned PeelCount = *EstimatedTripCount; in computePeelCount() local
648 LLVM_DEBUG(dbgs() << "Peeling first " << PeelCount << " iterations.\n"); in computePeelCount()
649 PP.PeelCount = PeelCount; in computePeelCount()
880 PP.PeelCount = 0; in gatherPeelingPreferences()
891 PP.PeelCount = UnrollPeelCount; in gatherPeelingPreferences()
916 bool llvm::peelLoop(Loop *L, unsigned PeelCount, LoopInfo *LI, in peelLoop() argument
919 assert(PeelCount > 0 && "Attempt to peel out zero iterations?"); in peelLoop()
1024 for (unsigned Iter = 0; Iter < PeelCount; ++Iter) { in peelLoop()
1083 addStringMetadataToLoop(L, PeeledCountMetaData, AlreadyPeeled + PeelCount); in peelLoop()