Searched refs:LatchTakenCount (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp621 const SCEV *LatchTakenCount = nullptr; member in class:__anon4639::LoopConstrainer
1068 IntegerType *Ty = cast<IntegerType>(LatchTakenCount->getType());
1408 LatchTakenCount = SE.getExitCount(&OriginalLoop, MainLoopStructure.Latch);
1410 assert(!isa<SCEVCouldNotCompute>(LatchTakenCount) && Preheader != nullptr &&

Completed in 159 milliseconds