Lines Matching defs:L
241 void IndVarSimplify::HandleFloatingPointIV(Loop *L, PHINode *PN) { in HandleFloatingPointIV()
439 void IndVarSimplify::RewriteNonIntegerIVs(Loop *L) { in RewriteNonIntegerIVs()
477 void IndVarSimplify::RewriteLoopExitValues(Loop *L, SCEVExpander &Rewriter) { in RewriteLoopExitValues()
668 Loop *L; member in __anon5f70900a0311::WidenIV
720 static bool isLoopInvariant(Value *V, const Loop *L, const DominatorTree *DT) { in isLoopInvariant()
733 for (const Loop *L = LI->getLoopFor(Use->getParent()); in getExtend() local
1051 void IndVarSimplify::SimplifyAndExtend(Loop *L, in SimplifyAndExtend()
1118 const SCEV *L = SE->getSCEV(OrigCond->getOperand(0)); in isHighCostExpansion() local
1160 static bool canExpandBackedgeTakenCount(Loop *L, ScalarEvolution *SE) { in canExpandBackedgeTakenCount()
1183 static PHINode *getLoopPhiForCounter(Value *IncV, Loop *L, DominatorTree *DT) { in getLoopPhiForCounter()
1220 static bool needsLFTR(Loop *L, DominatorTree *DT) { in needsLFTR()
1292 FindLoopCounter(Loop *L, const SCEV *BECount, in FindLoopCounter()
1361 static Value *genLoopLimit(PHINode *IndVar, const SCEV *IVCount, Loop *L, in genLoopLimit()
1441 LinearFunctionTestReplace(Loop *L, in LinearFunctionTestReplace()
1535 void IndVarSimplify::SinkUnusedInvariants(Loop *L) { in SinkUnusedInvariants()
1622 bool IndVarSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()