Searched refs:InEdges (Results 1 – 1 of 1) sorted by relevance
317 SmallVector<unsigned, 8> InEdges; // Edges from header to the loop. in calcLoopBranchHeuristics() local325 InEdges.push_back(I.getSuccessorIndex()); in calcLoopBranchHeuristics()342 if (uint32_t numInEdges = InEdges.size()) { in calcLoopBranchHeuristics()347 for (SmallVectorImpl<unsigned>::iterator EI = InEdges.begin(), in calcLoopBranchHeuristics()348 EE = InEdges.end(); EI != EE; ++EI) { in calcLoopBranchHeuristics()