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

/external/llvm/lib/CodeGen/
H A DStackColoring.cpp310 SmallPtrSet<const MachineBasicBlock*, 8> NextBBSet; local
373 NextBBSet.insert(*PI);
382 NextBBSet.insert(*SI);
386 BBSet = NextBBSet;

Completed in 60 milliseconds