reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1387 SE = CurrBlock->succ_end(); SI != SE; ++SI) { 1387 SE = CurrBlock->succ_end(); SI != SE; ++SI) { 1388 if (*SI == nullptr) continue; 1390 if (BlockInfo.isBackEdge(CurrBlock, *SI)) { 1391 BlockInfo.borrowInfo(*SI)->intersectAtLoopHead( 1392 *SI, CurrBlock, RawState, WarningsHandler); 1394 if (BlockInfo.allBackEdgesVisited(CurrBlock, *SI)) 1395 BlockInfo.discardInfo(*SI); 1397 BlockInfo.addInfo(*SI, RawState, CurrStates);