Searched refs:InEdges (Results 1 – 2 of 2) sorted by relevance
367 DirectEdges InEdges; member561 DestInfo.InEdges.push_back(E.get()); in populateCounters()587 Count.CountValue = sumEdgeCount(Count.InEdges); in populateCounters()599 uint64_t Total = Count.CountValue - sumEdgeCount(Count.InEdges); in populateCounters()600 setEdgeCount(Count.InEdges, Total); in populateCounters()
340 SmallVector<unsigned, 8> InEdges; // Edges from header to the loop. in calcLoopBranchHeuristics() local348 InEdges.push_back(I.getSuccessorIndex()); in calcLoopBranchHeuristics()365 if (uint32_t numInEdges = InEdges.size()) { in calcLoopBranchHeuristics()370 for (SmallVectorImpl<unsigned>::iterator EI = InEdges.begin(), in calcLoopBranchHeuristics()371 EE = InEdges.end(); EI != EE; ++EI) { in calcLoopBranchHeuristics()