Searched defs:blockID (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/Analysis/ | ||
H A D | ReachableCode.cpp | 371 unsigned blockID = B->getBlockID(); in scanFromBlock() local |
/llvm-project/mlir/lib/Target/SPIRV/Serialization/ | ||
H A D | Serializer.cpp | 1018 uint32_t blockID = getOrCreateBlockID(block); processBlock() local |
/llvm-project/clang/lib/Analysis/FlowSensitive/ | ||
H A D | HTMLLogger.cpp | 248 static std::string blockID(unsigned Block) { blockID() function in clang::dataflow::__anon80792ab60111::HTMLLogger |
/llvm-project/clang/include/clang/Analysis/Analyses/ | ||
H A D | ThreadSafetyTIL.h | 1549 int blockID() const { return BlockID; } blockID() function |