Searched refs:OnlyDest (Results 1 – 2 of 2) sorted by relevance
1065 BasicBlock *OnlyDest = 0; in ProcessThreadableEdges() local1095 OnlyDest = DestBB; in ProcessThreadableEdges()1096 else if (OnlyDest != DestBB) in ProcessThreadableEdges()1097 OnlyDest = MultipleDestSentinel; in ProcessThreadableEdges()1110 BasicBlock *MostPopularDest = OnlyDest; in ProcessThreadableEdges()
1201 BasicBlock *OnlyDest = nullptr; in ProcessThreadableEdges() local1231 OnlyDest = DestBB; in ProcessThreadableEdges()1232 else if (OnlyDest != DestBB) in ProcessThreadableEdges()1233 OnlyDest = MultipleDestSentinel; in ProcessThreadableEdges()1246 BasicBlock *MostPopularDest = OnlyDest; in ProcessThreadableEdges()