Lines Matching defs:DestBB
185 // So there might be multiple edges with same SrcBB and DestBB.
187 const BasicBlock *DestBB;
196 : SrcBB(Src), DestBB(Dest), Weight(W) {}
697 BasicBlock *DestBB = const_cast<BasicBlock *>(E.DestBB);
700 return DestBB;
701 if (DestBB == nullptr)
713 // otherwise, the DestBB if this is not a critical edge.
718 return CanInstrument(DestBB);
722 const unsigned SuccNum = GetSuccessorNumber(SrcBB, DestBB);
729 MST.addEdge(InstrBB, DestBB, 0).InMST = true;
740 GCOVBlock &Dst = E.DestBB ? GF.getBlock(E.DestBB) : GF.getReturnBlock();
842 E.DestBB ? Func.getBlock(E.DestBB) : Func.getReturnBlock();
857 E.DestBB ? Func.getBlock(E.DestBB) : Func.getReturnBlock();