HomeSort by: relevance | last modified time | path
    Searched defs:blockID (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ReachableCode.cpp 363 unsigned blockID = B->getBlockID();
364 if (!Reachable[blockID]) {
365 Reachable.set(blockID);
419 unsigned blockID = block->getBlockID();
420 if (Reachable[blockID] || Visited[blockID])
422 Visited[blockID] = true;
432 unsigned blockID = PredBlock->getBlockID();
433 if (Visited[blockID]) {
437 if (!Reachable[blockID]) {
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1533 : SExpr(COP_BasicBlock), Arena(A), BlockID(0), Visited(false) {}
1536 : SExpr(COP_BasicBlock), Arena(A), BlockID(0), Visited(false),
1542 int blockID() const { return BlockID; }
1661 unsigned BlockID : 31;
1735 /// Block::blockID() will return a number less than numBlocks();

Completed in 18 milliseconds