Lines Matching defs:DestBB
180 // So there might be multiple edges with same SrcBB and DestBB.
182 const BasicBlock *DestBB;
191 : SrcBB(Src), DestBB(Dest), Weight(W) {}
712 BasicBlock *DestBB = const_cast<BasicBlock *>(E.DestBB);
715 return DestBB;
716 if (DestBB == nullptr)
728 // otherwise, the DestBB if this is not a critical edge.
733 return CanInstrument(DestBB);
737 const unsigned SuccNum = GetSuccessorNumber(SrcBB, DestBB);
744 MST.addEdge(InstrBB, DestBB, 0).InMST = true;
755 GCOVBlock &Dst = E.DestBB ? GF.getBlock(E.DestBB) : GF.getReturnBlock();
852 E.DestBB ? Func.getBlock(E.DestBB) : Func.getReturnBlock();
867 E.DestBB ? Func.getBlock(E.DestBB) : Func.getReturnBlock();