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

References

lib/Target/PowerPC/PPCBranchCoalescing.cpp
  235                     << Cand.BranchBlock->getNumber() << " can be coalesced:");
  238   if (TII->analyzeBranch(*Cand.BranchBlock, Cand.BranchTargetBlock, FalseMBB,
  238   if (TII->analyzeBranch(*Cand.BranchBlock, Cand.BranchTargetBlock, FalseMBB,
  239                          Cand.Cond)) {
  244   for (auto &I : Cand.BranchBlock->terminators()) {
  269   if (Cand.BranchBlock->isEHPad() || Cand.BranchBlock->hasEHPadSuccessor()) {
  269   if (Cand.BranchBlock->isEHPad() || Cand.BranchBlock->hasEHPadSuccessor()) {
  276   if (!Cand.BranchTargetBlock || FalseMBB ||
  277       !Cand.BranchBlock->isSuccessor(Cand.BranchTargetBlock)) {
  277       !Cand.BranchBlock->isSuccessor(Cand.BranchTargetBlock)) {
  283   if (Cand.BranchBlock->succ_size() != 2) {
  289   assert(Cand.BranchBlock->canFallThrough() &&
  296     (*Cand.BranchBlock->succ_begin() == Cand.BranchTargetBlock)
  296     (*Cand.BranchBlock->succ_begin() == Cand.BranchTargetBlock)
  297     ? *Cand.BranchBlock->succ_rbegin()
  298     : *Cand.BranchBlock->succ_begin();
  307   if (!Succ->isSuccessor(Cand.BranchTargetBlock)) {
  314   Cand.FallThroughBlock = Succ;