Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackColoring.cpp291 SmallPtrSet<const MachineBasicBlock*, 8> BBSet(BasicBlockNumbering.begin(), in calculateLocalLiveness() local
302 if (!BBSet.count(BB)) continue; in calculateLocalLiveness()
367 BBSet = NextBBSet; in calculateLocalLiveness()
/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp36 typedef SmallPtrSet<BasicBlock *, 8> BBSet; typedef
171 BBSet Visited;