Home
last modified time | relevance | path

Searched refs:MaxBETakenCount (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp167 const SCEV *MaxBETakenCount = getNarrowestLatchMaxTakenCountEstimate(SE, L); in parseLoopStructure() local
168 if (isa<SCEVCouldNotCompute>(MaxBETakenCount)) { in parseLoopStructure()
172 assert(SE.getLoopDisposition(MaxBETakenCount, &L) == in parseLoopStructure()
425 Result.ExitCountTy = cast<IntegerType>(MaxBETakenCount->getType()); in parseLoopStructure()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp936 const SCEV *MaxBETakenCount = getNarrowestLatchMaxTakenCountEstimate(SE, L); parseLoopStructure() local
1547 const SCEV *MaxBETakenCount = run() local