Home
last modified time | relevance | path

Searched defs:BlockID (Results 1 – 11 of 11) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp26 unsigned BlockID; member in __anon7665a34d0111::CountKey
76 unsigned BlockID) { in IncrementCount()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitstreamWriter.h58 unsigned BlockID; member
188 BlockInfo *getBlockInfo(unsigned BlockID) { in getBlockInfo()
200 void EnterSubblock(unsigned BlockID, unsigned CodeLen) { in EnterSubblock()
493 void SwitchToBlockID(unsigned BlockID) { in SwitchToBlockID()
501 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo()
515 unsigned EmitBlockInfoAbbrev(unsigned BlockID, BitCodeAbbrev *Abbv) { in EmitBlockInfoAbbrev()
H A DBitstreamReader.h38 unsigned BlockID; member
101 const BlockInfo *getBlockInfo(unsigned BlockID) const { in getBlockInfo()
113 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo()
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp81 static const char *GetBlockName(unsigned BlockID, in GetBlockName()
118 static const char *GetCodeName(unsigned CodeID, unsigned BlockID, in GetCodeName()
329 static bool ParseBlock(BitstreamCursor &Stream, unsigned BlockID, in ParseBlock()
558 unsigned BlockID = BlockInfoCursor.ReadSubBlockID(); in AnalyzeBitcode() local
579 unsigned BlockID = Stream.ReadSubBlockID(); in AnalyzeBitcode() local
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitstreamReader.cpp28 bool BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DTestAfterDivZeroChecker.cpp30 unsigned BlockID; member in __anonb7659b4b0111::ZeroState
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DUninitializedValues.cpp603 unsigned BlockID = Block->getBlockID(); in getUninitUse() local
H A DConsumed.cpp1086 unsigned int BlockID = Block->getBlockID(); in discardInfo() local
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h414 unsigned BlockID; variable
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1669 int BlockID : 31; // unique id for this BB in the containing CFG. variable
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp1328 bool ASTReader::ReadBlockAbbrevs(BitstreamCursor &Cursor, unsigned BlockID) { in ReadBlockAbbrevs()
4073 static bool SkipCursorToBlock(BitstreamCursor &Cursor, unsigned BlockID) { in SkipCursorToBlock()