Home
last modified time | relevance | path

Searched refs:NextID (Results 1 – 16 of 16) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/XRay/
H A DProfile.h91 NextID(O.NextID) {} in Profile()
98 NextID = O.NextID;
111 swap(L.NextID, R.NextID); in swap()
137 PathID NextID = 1; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DCommentCommandTraits.cpp20 : NextID(std::size(Commands)), Allocator(Allocator) { in CommandTraits()
94 assert((NextID < (1 << CommandInfo::NumCommandIDBits)) in createCommandInfoWithName()
96 Info->ID = NextID++; in createCommandInfoWithName()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionCOFF.h79 unsigned getOrAssignWinCFISectionID(unsigned *NextID) const { in getOrAssignWinCFISectionID() argument
81 WinCFISectionID = (*NextID)++; in getOrAssignWinCFISectionID()
H A DMCContext.h164 StringMap<unsigned> NextID; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkStringTable.cpp32 size_t NextID = StrTab.size(); in add() local
33 auto KV = StrTab.insert({Str, NextID}); in add()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCommentCommandTraits.h176 unsigned NextID; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp687 MCDCConditionID NextID = 1; member
708 bool isIdle() const { return (NextID == 1 && !NotMapped); } in isIdle()
713 bool isBuilding() const { return (NextID > 1); } in isBuilding()
755 setCondID(E->getLHS(), NextID++); in pushAndAssignIDs()
758 MCDCConditionID RHSid = NextID++; in pushAndAssignIDs()
791 assert(NextID == 1); in getTotalConditionsAndReset()
796 unsigned TotalConds = NextID - 1; in getTotalConditionsAndReset()
799 NextID = 1; in getTotalConditionsAndReset()
/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp1270 unsigned NextID = Implementation->ObjCContexts.size() + 1; in addObjCContext() local
1275 Key, std::make_pair(NextID, EmptyVersionedInfo))) in addObjCContext()
1278 Implementation->ObjCContextNames[NextID] = NameID; in addObjCContext()
1279 Implementation->ParentContexts[NextID] = RawParentCtxID; in addObjCContext()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h1375 uint64_t NextID = readULEB(); in executeMatchTable() local
1377 dbgs() << ", MIs[" << NextID << "]"); in executeMatchTable()
1378 for (const auto &MMO : State.MIs[NextID]->memoperands()) in executeMatchTable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp187 Node->ID = NextID++; in internPath()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp179 NextID.clear(); in reset()
278 unsigned &NextUniqueID = NextID[Name]; in createSymbol()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp1503 &StartingPoint, NextID++)); in buildMemorySSA()
1675 MemoryPhi *Phi = new MemoryPhi(BB->getContext(), BB, NextID++); in createMemoryPhi()
1781 MUD = new MemoryDef(I->getContext(), nullptr, I, I->getParent(), NextID++); in createNewAccess()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h207 unsigned NextID, unsigned ID) const;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSA.h899 unsigned NextID = 0;
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2834 unsigned NextID = SwitchCaseIDs.size(); in RecordSwitchCaseID() local
2835 SwitchCaseIDs[S] = NextID; in RecordSwitchCaseID()
2836 return NextID; in RecordSwitchCaseID()
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3024 unsigned NextID, unsigned ID) const { in checkValueID() argument
3025 if (ID < NextID) in checkValueID()
3027 Twine(NextID) + "' or greater"); in checkValueID()