Home
last modified time | relevance | path

Searched defs:getBlockID (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerContext.h129 unsigned getBlockID() const { in getBlockID() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerContext.h178 unsigned getBlockID() const { in getBlockID() function
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitstreamReader.h123 unsigned getBlockID() const { return BlockID; } in getBlockID() function
/external/clang/include/clang/Analysis/
DCFG.h638 unsigned getBlockID() const { return BlockID; } in getBlockID() function
/external/llvm-project/clang/include/clang/Analysis/
DCFG.h1074 unsigned getBlockID() const { return BlockID; } in getBlockID() function
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/
DSerializer.cpp323 uint32_t getBlockID(Block *block) const { return blockIDMap.lookup(block); } in getBlockID() function in __anon4460d32f0111::Serializer
/external/llvm-project/mlir/lib/IR/
DAsmPrinter.cpp839 unsigned SSANameState::getBlockID(Block *block) { in getBlockID() function in SSANameState