Lines Matching defs:DestBB
491 /// with the same SrcBB and DestBB.
494 BasicBlock *DestBB;
501 : SrcBB(Src), DestBB(Dest), Weight(W) {}
787 BasicBlock *DestBB = E->DestBB;
790 return DestBB;
791 if (DestBB == nullptr)
803 // otherwise, the DestBB if this is not a critical edge.
808 return canInstrument(DestBB);
812 unsigned SuccNum = GetSuccessorNumber(SrcBB, DestBB);
824 << " --> " << getBBInfo(DestBB).Index << "\n");
827 // Second one: Add new edge of InstrBB->DestBB.
828 Edge &NewEdge1 = MST.addEdge(InstrBB, DestBB, 0);
1213 const BasicBlock *DestBB = E->DestBB;
1215 PGOUseBBInfo &DestInfo = FuncInfo.getBBInfo(DestBB);
1259 this->getBBInfo(E->DestBB).UnknownCountInEdge--;
1276 const BasicBlock *DestBB = E->DestBB;
1277 PGOUseBBInfo &DestInfo = getBBInfo(DestBB);
1301 getBBInfo(E->DestBB).UnknownCountInEdge--;
1640 const BasicBlock *DestBB = E->DestBB;
1641 if (DestBB == nullptr)
1643 unsigned SuccNum = GetSuccessorNumber(SrcBB, DestBB);