Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:DestBB

172   // So there might be multiple edges with same SrcBB and DestBB.
174 const BasicBlock *DestBB;
180 : SrcBB(Src), DestBB(Dest), Weight(W), InMST(false), Removed(false),
280 BasicBlock *DestBB = const_cast<BasicBlock *>(E->DestBB);
283 return DestBB;
284 if (DestBB == nullptr)
288 // otherwise, the DestBB if this is not a critical edge.
293 return DestBB;
299 << getBBInfo(DestBB).Index << "\n");
300 unsigned SuccNum = GetSuccessorNumber(SrcBB, DestBB);
482 BasicBlock *DestBB = const_cast<BasicBlock *>(E->DestBB);
486 // Add new edge of InstrBB->DestBB.
487 PGOUseEdge &NewEdge1 = FuncInfo.MST.addEdge(InstrBB, DestBB, 0);
503 getBBInfo(E->DestBB).UnknownCountInEdge--;
557 const BasicBlock *DestBB = E->DestBB;
559 UseBBInfo &DestInfo = getBBInfo(DestBB);
644 const BasicBlock *DestBB = E->DestBB;
645 if (DestBB == 0)
647 unsigned SuccNum = GetSuccessorNumber(SrcBB, DestBB);