Home
last modified time | relevance | path

Searched defs:blockID (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DReachableCode.cpp363 unsigned blockID = B->getBlockID(); in scanFromBlock() local
419 unsigned blockID = block->getBlockID(); in enqueue() local
432 unsigned blockID = PredBlock->getBlockID(); in isDeadCodeRoot() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1542 int blockID() const { return BlockID; } in blockID() function