Home
last modified time | relevance | path

Searched refs:InEdges (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp317 SmallVector<unsigned, 8> InEdges; // Edges from header to the loop. in calcLoopBranchHeuristics() local
325 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()