Searched refs:BBIter (Results 1 – 1 of 1) sorted by relevance
2777 BBIter = LatchPath.rbegin(), BBEnd = LatchPath.rend(); in CollectChains() local2778 BBIter != BBEnd; ++BBIter) { in CollectChains()2779 for (BasicBlock::iterator I = (*BBIter)->begin(), E = (*BBIter)->end(); in CollectChains()