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

References

lib/Transforms/Utils/FlattenCFG.cpp
  406   if (SecondEntryBlock->hasAddressTaken())
  410   Value *IfCond1 = GetIfCondition(SecondEntryBlock, IfTrue1, IfFalse1);
  420   if ((IfTrue2 != SecondEntryBlock) && (IfFalse2 != SecondEntryBlock))
  420   if ((IfTrue2 != SecondEntryBlock) && (IfFalse2 != SecondEntryBlock))
  423   Instruction *PTI2 = SecondEntryBlock->getTerminator();
  424   Instruction *PBI2 = &SecondEntryBlock->front();
  426   if (!CompareIfRegionBlock(FirstEntryBlock, SecondEntryBlock, IfTrue1,
  430   if (!CompareIfRegionBlock(FirstEntryBlock, SecondEntryBlock, IfFalse1,
  446       .splice(FirstEntryBlock->end(), SecondEntryBlock->getInstList());
  460         if (Phi.getIncomingBlock(i) == SecondEntryBlock)
  479   SecondEntryBlock->dropAllReferences();
  480   SecondEntryBlock->eraseFromParent();