reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
58 : BBs(II.BBs), BB(II.BB), BI(II.BI) {} 61 : BBs(&m.getBasicBlockList()), BB(BBs->begin()) { // begin ctor 62 if (BB != BBs->end()) { 69 : BBs(&m.getBasicBlockList()), BB(BBs->end()) { // end ctor 80 return BB == y.BB && (BB == BBs->end() || BI == y.BI); 96 while (BB == BBs->end() || BI == BB->begin()) { 107 inline bool atEnd() const { return BB == BBs->end(); } 115 if (BB == BBs->end()) break;