Home
last modified time | relevance | path

Searched refs:BlockID (Results 1 – 20 of 20) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp25 unsigned BlockID; member in __anon3b2526310111::CountKey
29 : CallSite(CS), BlockID(ID) {} in CountKey()
32 return (CallSite == RHS.CallSite) && (BlockID == RHS.BlockID); in operator ==()
36 return std::tie(CallSite, BlockID) < std::tie(RHS.CallSite, RHS.BlockID); in operator <()
41 ID.AddInteger(BlockID); in Profile()
58 unsigned BlockID) const { in getNumVisited()
60 CountMap::data_type* T = M.lookup(CountKey(CallSite, BlockID)); in getNumVisited()
75 unsigned BlockID) { in IncrementCount() argument
77 CountKey(CallSite, BlockID), in IncrementCount()
78 BC.getNumVisited(CallSite, BlockID)+1).getRoot()); in IncrementCount()
H A DWorkList.cpp139 using BlockID = unsigned; typedef in __anon59a745250311::UnexploredFirstStack
140 using LocIdentifier = std::pair<BlockID, const StackFrameContext *>;
194 using BlockID = unsigned; typedef in __anon59a745250411::UnexploredFirstPriorityQueue
195 using LocIdentifier = std::pair<BlockID, const StackFrameContext *>;
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp174 BlockID = --ID; in topologicalSort()
175 Blocks[BlockID] = this; in topologicalSort()
200 BlockID = ID++; in topologicalFinalSort()
201 Blocks[BlockID] = this; in topologicalFinalSort()
213 if (Pred->BlockID >= BlockID) continue; in computeDominator()
222 if (Candidate->BlockID > Alternate->BlockID) in computeDominator()
240 if (Succ->BlockID <= BlockID) continue; in computePostDominator()
249 if (Candidate->BlockID < Alternate->BlockID) in computePostDominator()
298 Blocks[NI]->BlockID = NI; in computeNormalForm()
H A DUninitializedValues.cpp632 unsigned BlockID = Block->getBlockID(); in getUninitUse() local
634 if (SuccsVisited[BlockID] && SuccsVisited[BlockID] < Block->succ_size() && in getUninitUse()
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h72 unsigned BlockID; member
265 BlockInfo *getBlockInfo(unsigned BlockID) { in getBlockInfo() argument
267 if (!BlockInfoRecords.empty() && BlockInfoRecords.back().BlockID == BlockID) in getBlockInfo()
271 if (BI.BlockID == BlockID) in getBlockInfo()
276 void EnterSubblock(unsigned BlockID, unsigned CodeLen) { in EnterSubblock() argument
280 EmitVBR(BlockID, bitc::BlockIDWidth); in EnterSubblock()
299 if (BlockInfo *Info = getBlockInfo(BlockID)) in EnterSubblock()
584 void SwitchToBlockID(unsigned BlockID) { in SwitchToBlockID() argument
585 if (BlockInfoCurBID == BlockID) return; in SwitchToBlockID()
587 V.push_back(BlockID); in SwitchToBlockID()
[all …]
H A DBitstreamReader.h42 unsigned BlockID = 0; member
54 const BlockInfo *getBlockInfo(unsigned BlockID) const { in getBlockInfo() argument
56 if (!BlockInfoRecords.empty() && BlockInfoRecords.back().BlockID == BlockID) in getBlockInfo()
60 if (BI.BlockID == BlockID) in getBlockInfo()
65 BlockInfo &getOrCreateBlockInfo(unsigned BlockID) { in getOrCreateBlockInfo() argument
66 if (const BlockInfo *BI = getBlockInfo(BlockID)) in getOrCreateBlockInfo()
71 BlockInfoRecords.back().BlockID = BlockID; in getOrCreateBlockInfo()
516 Error EnterSubBlock(unsigned BlockID, unsigned *NumWordsP = nullptr);
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DTestAfterDivZeroChecker.cpp30 unsigned BlockID; member in __anon1ad699af0111::ZeroState
35 : ZeroSymbol(S), BlockID(B), SFC(SFC) {} in ZeroState()
40 return BlockID == X.BlockID && SFC == X.SFC && ZeroSymbol == X.ZeroSymbol; in operator ==()
44 if (BlockID != X.BlockID) in operator <()
45 return BlockID < X.BlockID; in operator <()
52 ID.AddInteger(BlockID); in Profile()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp26 GetBlockName(unsigned BlockID, const BitstreamBlockInfo &BlockInfo, in GetBlockName() argument
29 if (BlockID < bitc::FIRST_APPLICATION_BLOCKID) { in GetBlockName()
30 if (BlockID == bitc::BLOCKINFO_BLOCK_ID) in GetBlockName()
37 BlockInfo.getBlockInfo(BlockID)) { in GetBlockName()
45 switch (BlockID) { in GetBlockName()
89 GetCodeName(unsigned CodeID, unsigned BlockID, in GetCodeName() argument
93 if (BlockID < bitc::FIRST_APPLICATION_BLOCKID) { in GetCodeName()
94 if (BlockID == bitc::BLOCKINFO_BLOCK_ID) { in GetCodeName()
111 BlockInfo.getBlockInfo(BlockID)) { in GetCodeName()
123 switch (BlockID) { in GetCodeName()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBlockCounter.h38 unsigned BlockID) const;
49 unsigned BlockID);
/openbsd-src/gnu/llvm/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp159 static Error parseBlock(T &ParserHelper, unsigned BlockID, in parseBlock() argument
165 if (Next->Kind != BitstreamEntry::SubBlock || Next->ID != BlockID) in parseBlock()
170 if (Stream.EnterSubBlock(BlockID)) in parseBlock()
250 static Expected<bool> isBlock(BitstreamCursor &Stream, unsigned BlockID) { in isBlock() argument
259 Result = Next->ID == BlockID; in isBlock()
H A DBitstreamRemarkSerializer.cpp37 static void initBlock(unsigned BlockID, BitstreamWriter &Bitstream, in initBlock() argument
40 R.push_back(BlockID); in initBlock()
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitcode/
H A DBitcodeAnalyzer.h99 Error parseBlock(unsigned BlockID, unsigned IndentLevel,
/openbsd-src/gnu/llvm/clang/lib/APINotes/
H A DAPINotesFormat.h38 enum BlockID { enum
/openbsd-src/gnu/llvm/llvm/docs/
H A DRemarks.rst469 <Meta BlockID=8 NumWords=13 BlockCodeSize=3>
480 <Meta BlockID=8 NumWords=3 BlockCodeSize=3>
484 <Remark BlockID=9 NumWords=8 BlockCodeSize=4>
496 <Meta BlockID=8 NumWords=15 BlockCodeSize=3>
501 <Remark BlockID=9 NumWords=8 BlockCodeSize=4>
/openbsd-src/gnu/llvm/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp26 Error BitstreamCursor::EnterSubBlock(unsigned BlockID, unsigned *NumWordsP) { in EnterSubBlock() argument
34 BlockInfo->getBlockInfo(BlockID)) { in EnterSubBlock()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DCFG.h783 unsigned BlockID; variable
861 : Elements(C), Terminator(nullptr), BlockID(blockid), Preds(C, 1), in CFGBlock()
1074 unsigned getBlockID() const { return BlockID; } in getBlockID()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2409 SmallDenseMap<const VPBlockBase *, unsigned> BlockID; variable
2431 return BlockID.count(Block) ? BlockID[Block] : BlockID[Block] = BID++; in getOrCreateBID()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1531 : SExpr(COP_BasicBlock), Arena(A), BlockID(0), Visited(false) {} in BasicBlock()
1534 : SExpr(COP_BasicBlock), Arena(A), BlockID(0), Visited(false), in BasicBlock()
1540 int blockID() const { return BlockID; } in blockID()
1659 unsigned BlockID : 31; variable
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h1953 unsigned BlockID,
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp1640 unsigned BlockID, in ReadBlockAbbrevs() argument
1642 if (llvm::Error Err = Cursor.EnterSubBlock(BlockID)) in ReadBlockAbbrevs()
4207 static bool SkipCursorToBlock(BitstreamCursor &Cursor, unsigned BlockID) { in SkipCursorToBlock() argument
4233 if (Entry.ID == BlockID) { in SkipCursorToBlock()
4234 if (llvm::Error Err = Cursor.EnterSubBlock(BlockID)) { in SkipCursorToBlock()