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

References

lib/Transforms/Utils/FlattenCFG.cpp
  220       LastCondBlock = Pred;
  226         LastCondBlock = Pred;
  231   if (!FirstCondBlock || !LastCondBlock || (FirstCondBlock == LastCondBlock))
  231   if (!FirstCondBlock || !LastCondBlock || (FirstCondBlock == LastCondBlock))
  234   Instruction *TBB = LastCondBlock->getTerminator();
  250     BasicBlock *CurrBlock = LastCondBlock;
  306     if (CB == LastCondBlock)