Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DReachableCode.cpp371 unsigned blockID = B->getBlockID(); in scanFromBlock() local
427 unsigned blockID = block->getBlockID(); in enqueue() local
440 unsigned blockID = PredBlock->getBlockID(); in isDeadCodeRoot() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.cpp248 static std::string blockID(unsigned Block) { in blockID() function in clang::dataflow::__anon109acdc30111::HTMLLogger
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1549 int blockID() const { return BlockID; } in blockID() function