Searched refs:MinEC (Results 1 – 1 of 1) sorted by relevance
1103 const SCEV *MinEC = getMinAnalyzeableBackedgeTakenCount(*SE, *DT, L); in predicateLoopExits() local1104 if (isa<SCEVCouldNotCompute>(MinEC) || MinEC->getType()->isPointerTy() || in predicateLoopExits()1105 !SE->isLoopInvariant(MinEC, L) || in predicateLoopExits()1106 !isSafeToExpandAt(MinEC, WidenableBR, *SE)) in predicateLoopExits()1157 MinECV = Rewriter.expandCodeFor(MinEC); in predicateLoopExits()