Searched refs:InEdges (Results 1 – 2 of 2) sorted by relevance
585 SmallVector<unsigned, 8> InEdges; // Edges from header to the loop. in calcLoopBranchHeuristics() local599 InEdges.push_back(I.getSuccessorIndex()); in calcLoopBranchHeuristics()606 InEdges.push_back(I.getSuccessorIndex()); in calcLoopBranchHeuristics()616 (InEdges.empty() ? 0 : LBH_TAKEN_WEIGHT) + in calcLoopBranchHeuristics()627 if (uint32_t numInEdges = InEdges.size()) { in calcLoopBranchHeuristics()630 for (unsigned SuccIdx : InEdges) in calcLoopBranchHeuristics()
814 DirectEdges InEdges; member1082 DestInfo.InEdges.push_back(E.get()); in populateCounters()1110 Count->CountValue = sumEdgeCount(Count->InEdges); in populateCounters()1129 uint64_t InSum = sumEdgeCount(Count->InEdges); in populateCounters()1132 setEdgeCount(Count->InEdges, Total); in populateCounters()