Lines Matching defs:DestBB
541 /// with the same SrcBB and DestBB.
544 BasicBlock *DestBB;
551 : SrcBB(Src), DestBB(Dest), Weight(W) {}
838 BasicBlock *DestBB = E->DestBB;
841 return DestBB;
842 if (DestBB == nullptr)
854 // otherwise, the DestBB if this is not a critical edge.
859 return canInstrument(DestBB);
863 unsigned SuccNum = GetSuccessorNumber(SrcBB, DestBB);
875 << " --> " << getBBInfo(DestBB).Index << "\n");
878 // Second one: Add new edge of InstrBB->DestBB.
879 Edge &NewEdge1 = MST.addEdge(InstrBB, DestBB, 0);
1273 const BasicBlock *DestBB = E->DestBB;
1275 PGOUseBBInfo &DestInfo = FuncInfo.getBBInfo(DestBB);
1319 this->getBBInfo(E->DestBB).UnknownCountInEdge--;
1336 const BasicBlock *DestBB = E->DestBB;
1337 PGOUseBBInfo &DestInfo = getBBInfo(DestBB);
1361 getBBInfo(E->DestBB).UnknownCountInEdge--;
1700 const BasicBlock *DestBB = E->DestBB;
1701 if (DestBB == nullptr)
1703 unsigned SuccNum = GetSuccessorNumber(SrcBB, DestBB);