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

References

lib/Target/PowerPC/PPCBranchCoalescing.cpp
  736       Cand2.clear();
  744       Cand2.BranchBlock = Cand1.BranchTargetBlock;
  745       if (!canCoalesceBranch(Cand2))
  751       assert(MPDT->dominates(Cand2.BranchTargetBlock, Cand1.BranchBlock) &&
  754       if (!identicalOperands(Cand1.Cond, Cand2.Cond)) {
  756                           << " and " << Cand2.BranchBlock->getNumber()
  760       if (!canMerge(Cand2, Cand1)) {
  763                           << Cand2.BranchBlock->getNumber() << "\n");
  770       MergedCandidates = mergeCandidates(Cand2, Cand1);