Home
last modified time | relevance | path

Searched refs:blockID (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Analysis/
DReachableCode.cpp321 unsigned blockID = B->getBlockID(); in scanFromBlock() local
322 if (!Reachable[blockID]) { in scanFromBlock()
323 Reachable.set(blockID); in scanFromBlock()
376 unsigned blockID = block->getBlockID(); in enqueue() local
377 if (Reachable[blockID] || Visited[blockID]) in enqueue()
379 Visited[blockID] = true; in enqueue()
389 unsigned blockID = PredBlock->getBlockID(); in isDeadCodeRoot() local
390 if (Visited[blockID]) { in isDeadCodeRoot()
394 if (!Reachable[blockID]) { in isDeadCodeRoot()
396 Visited[blockID] = true; in isDeadCodeRoot()
DThreadSafetyCommon.cpp500 if (V && V->getBlockID() == CurrentBB->blockID()) { in makePhiNodeVar()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTraverse.h553 SS << BB->blockID(); in printBlockLabel()
848 SS << "BB_" << E->blockID() << ":"; in printBasicBlock()
850 SS << " BB_" << E->parent()->blockID(); in printBasicBlock()
DThreadSafetyTIL.h1421 unsigned blockID() const { return BlockID; } in blockID() function
/external/emma/core/java12/com/vladium/emma/instr/
DInstrVisitor.java1965 public BlockSegment (final InstrVisitor visitor, final int localVarIndex, final int blockID) in BlockSegment() argument
1979 CodeGen.push_int_value (buf, cls, blockID); in BlockSegment()