reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1345 if (PostIncLoops.count(L)) { 1347 Loops.insert(L); 1354 if (!SE.properlyDominates(Start, L->getHeader())) { 1366 if (!SE.dominates(Step, L->getHeader())) { 1394 PHINode *PN = getAddRecExprPHILiterally(Normalized, L, AddRecPHIExpandTy, 1399 if (!PostIncLoops.count(L)) 1403 BasicBlock *LatchBlock = L->getLoopLatch(); 1430 StepV = expandCodeFor(Step, IntTy, &L->getHeader()->front()); 1432 Result = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract);