reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
118 for (GCFunctionInfo::iterator PI = FD->begin(), PE = FD->end(); PI != PE; 119 ++PI) { 121 OS << "\t" << PI->Label->getName() << ": " << "post-call" 124 for (GCFunctionInfo::live_iterator RI = FD->live_begin(PI), 125 RE = FD->live_end(PI);