Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentCommandTraits.cpp20 NextID(llvm::array_lengthof(Commands)), Allocator(Allocator) { in CommandTraits()
94 assert((NextID < (1 << CommandInfo::NumCommandIDBits)) in createCommandInfoWithName()
96 Info->ID = NextID++; in createCommandInfoWithName()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSectionCOFF.h79 unsigned getOrAssignWinCFISectionID(unsigned *NextID) const { in getOrAssignWinCFISectionID() argument
81 WinCFISectionID = (*NextID)++; in getOrAssignWinCFISectionID()
H A DMCContext.h143 StringMap<unsigned> NextID; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DRemarkStringTable.cpp32 size_t NextID = StrTab.size(); in add() local
33 auto KV = StrTab.insert({Str, NextID}); in add()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentCommandTraits.h176 unsigned NextID; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp166 NextID.clear(); in reset()
258 unsigned &NextUniqueID = NextID[Name]; in createSymbol()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSA.cpp1239 SkipWalker(nullptr), NextID(0) { in MemorySSA()
1518 &StartingPoint, NextID++)); in buildMemorySSA()
1698 MemoryPhi *Phi = new MemoryPhi(BB->getContext(), BB, NextID++); in createMemoryPhi()
1796 MUD = new MemoryDef(I->getContext(), nullptr, I, I->getParent(), NextID++); in createNewAccess()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/
H A DProfile.cpp187 Node->ID = NextID++; in internPath()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemorySSA.h894 unsigned NextID;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp2571 unsigned NextID = SwitchCaseIDs.size(); in RecordSwitchCaseID() local
2572 SwitchCaseIDs[S] = NextID; in RecordSwitchCaseID()
2573 return NextID; in RecordSwitchCaseID()