Searched refs:LatchTakenCount (Results 1 – 2 of 2) sorted by relevance
573 const SCEV *LatchTakenCount; member in __anonf9db174d0311::LoopConstrainer591 SE(SE), OriginalLoop(L), OriginalLoopInfo(LI), LatchTakenCount(nullptr), in LoopConstrainer()830 IntegerType *Ty = cast<IntegerType>(LatchTakenCount->getType()); in calculateSubRanges()1150 LatchTakenCount = SE.getExitCount(&OriginalLoop, MainLoopStructure.Latch); in run()1152 assert(!isa<SCEVCouldNotCompute>(LatchTakenCount) && Preheader != nullptr && in run()
656 const SCEV *LatchTakenCount = nullptr; member in __anon8a5be2a50311::LoopConstrainer1129 IntegerType *Ty = cast<IntegerType>(LatchTakenCount->getType()); in calculateSubRanges()1474 LatchTakenCount = SE.getExitCount(&OriginalLoop, MainLoopStructure.Latch); in run()1476 assert(!isa<SCEVCouldNotCompute>(LatchTakenCount) && Preheader != nullptr && in run()