reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1006 assert(TargetBlock && "TargetBlock pointer must not be NULL"); 1009 for (CFGBlock::const_pred_iterator PI = TargetBlock->pred_begin(), 1010 PE = TargetBlock->pred_end(); PI != PE; ++PI) {