Searched refs:NextBBSet (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DStackColoring.cpp311 SmallPtrSet<const MachineBasicBlock*, 8> NextBBSet; local
374 NextBBSet.insert(*PI);
383 NextBBSet.insert(*SI);
387 BBSet = NextBBSet;

Completed in 608 milliseconds