HomeSort by relevance Sort by last modified time
    Searched refs:BBSet (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
StackColoring.cpp 291 SmallPtrSet<const MachineBasicBlock*, 8> BBSet(BasicBlockNumbering.begin(),
302 if (!BBSet.count(BB)) continue;
367 BBSet = std::move(NextBBSet);
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 40 typedef SmallPtrSet<BasicBlock *, 8> BBSet;
176 BBSet Visited;
309 BBSet TempVisited;

Completed in 465 milliseconds