Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DReachableCode.cpp370 unsigned blockID = B->getBlockID(); scanFromBlock() local
426 unsigned blockID = block->getBlockID(); enqueue() local
439 unsigned blockID = PredBlock->getBlockID(); isDeadCodeRoot() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.cpp240 static std::string blockID(unsigned Block) { blockID() function in clang::dataflow::__anon25edf0150111::HTMLLogger
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1549 int blockID() const { return BlockID; } in blockID() function