reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/OrderedBasicBlock.cpp
   29   LastInstFound = BB->end();
   37   assert(!(LastInstFound == BB->end() && NextInstPos != 0) &&
   39   assert(A->getParent() == BB && "Instruction supposed to be in the block!");
   40   assert(B->getParent() == BB && "Instruction supposed to be in the block!");
   43   auto II = BB->begin();
   44   auto IE = BB->end();
   69   assert(A->getParent() == BB && "Instructions must be in the tracked block!");
   90   if (LastInstFound != BB->end() && I == &*LastInstFound) {
   91     if (LastInstFound == BB->begin()) {
   92       LastInstFound = BB->end();
  108   if (LastInstFound != BB->end() && Old == &*LastInstFound)