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

  /external/clang/include/clang/Analysis/FlowSensitive/
DataflowSolver.h 32 llvm::DenseMap<const CFGBlock*, unsigned char> BlockSet;
38 unsigned char &x = BlockSet[B];
50 BlockSet[B] = 0;
  /external/llvm/lib/Transforms/Utils/
Local.cpp 489 typedef SmallPtrSet<BasicBlock*, 16> BlockSet;
490 BlockSet BBPreds(pred_begin(BB), pred_end(BB));
493 BlockSet CommonPreds;
515 for (BlockSet::iterator PI = CommonPreds.begin(), PE = CommonPreds.end();
528 for (BlockSet::iterator PI = CommonPreds.begin(), PE = CommonPreds.end();
    [all...]

Completed in 61 milliseconds