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

References

lib/Target/PowerPC/PPCBranchCoalescing.cpp
  210   FallThroughBlock = nullptr;
  314   Cand.FallThroughBlock = Succ;
  495   else if (!TargetRegion.FallThroughBlock->empty() ||
  496            !SourceRegion.FallThroughBlock->empty())
  673   SourceRegion.BranchBlock->removeSuccessor(SourceRegion.FallThroughBlock);
  693   assert(TargetRegion.FallThroughBlock->empty() &&
  698   TargetRegion.FallThroughBlock->transferSuccessorsAndUpdatePHIs(
  699       SourceRegion.FallThroughBlock);
  700   TargetRegion.FallThroughBlock->removeSuccessor(SourceRegion.BranchBlock);
  707   assert(SourceRegion.FallThroughBlock->empty() &&
  709   SourceRegion.FallThroughBlock->eraseFromParent();