Searched refs:BackEdges (Results 1 – 1 of 1) sorted by relevance
224 SmallPtrSet<BasicBlock *, 8> BackEdges; in calcLoopBranchHeuristics() local232 BackEdges.insert(*I); in calcLoopBranchHeuristics()237 if (uint32_t numBackEdges = BackEdges.size()) { in calcLoopBranchHeuristics()242 for (SmallPtrSet<BasicBlock *, 8>::iterator EI = BackEdges.begin(), in calcLoopBranchHeuristics()243 EE = BackEdges.end(); EI != EE; ++EI) { in calcLoopBranchHeuristics()