Lines Matching refs:DestBB
174 const BasicBlock *DestBB; member
180 : SrcBB(Src), DestBB(Dest), Weight(W), InMST(false), Removed(false), in PGOEdge()
280 BasicBlock *DestBB = const_cast<BasicBlock *>(E->DestBB); in getInstrBB() local
283 return DestBB; in getInstrBB()
284 if (DestBB == nullptr) in getInstrBB()
293 return DestBB; in getInstrBB()
299 << getBBInfo(DestBB).Index << "\n"); in getInstrBB()
300 unsigned SuccNum = GetSuccessorNumber(SrcBB, DestBB); in getInstrBB()
482 BasicBlock *DestBB = const_cast<BasicBlock *>(E->DestBB); in setInstrumentedCounts() local
487 PGOUseEdge &NewEdge1 = FuncInfo.MST.addEdge(InstrBB, DestBB, 0); in setInstrumentedCounts()
503 getBBInfo(E->DestBB).UnknownCountInEdge--; in setEdgeCount()
557 const BasicBlock *DestBB = E->DestBB; in populateCounters() local
559 UseBBInfo &DestInfo = getBBInfo(DestBB); in populateCounters()
644 const BasicBlock *DestBB = E->DestBB; in setBranchWeights() local
645 if (DestBB == 0) in setBranchWeights()
647 unsigned SuccNum = GetSuccessorNumber(SrcBB, DestBB); in setBranchWeights()