Searched refs:NextID (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/XRay/ |
| H A D | Profile.h | 91 NextID(O.NextID) {} in Profile() 98 NextID = O.NextID; 111 swap(L.NextID, R.NextID); in swap() 137 PathID NextID = 1; variable
|
| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | RangeMapTest.cpp | 111 uint32_t NextID = 0; in TEST() local 112 Map.Append(EntryT(0, 10, NextID++)); in TEST() 113 Map.Append(EntryT(10, 10, NextID++)); in TEST() 114 Map.Append(EntryT(20, 10, NextID++)); in TEST() 128 uint32_t NextID = 0; in TEST() local 129 Map.Append(EntryT(0, 40, NextID++)); in TEST() 130 Map.Append(EntryT(10, 20, NextID++)); in TEST() 131 Map.Append(EntryT(20, 10, NextID++)); in TEST()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | CommentCommandTraits.cpp | 20 NextID(llvm::array_lengthof(Commands)), Allocator(Allocator) { in CommandTraits() 94 assert((NextID < (1 << CommandInfo::NumCommandIDBits)) in createCommandInfoWithName() 96 Info->ID = NextID++; in createCommandInfoWithName()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCSectionCOFF.h | 79 unsigned getOrAssignWinCFISectionID(unsigned *NextID) const { in getOrAssignWinCFISectionID() argument 81 WinCFISectionID = (*NextID)++; in getOrAssignWinCFISectionID()
|
| H A D | MCContext.h | 164 StringMap<unsigned> NextID; variable
|
| /llvm-project-15.0.7/llvm/lib/Remarks/ |
| H A D | RemarkStringTable.cpp | 32 size_t NextID = StrTab.size(); in add() local 33 auto KV = StrTab.insert({Str, NextID}); in add()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | CommentCommandTraits.h | 176 unsigned NextID; variable
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCContext.cpp | 186 NextID.clear(); in reset() 285 unsigned &NextUniqueID = NextID[Name]; in createSymbol()
|
| /llvm-project-15.0.7/llvm/lib/XRay/ |
| H A D | Profile.cpp | 187 Node->ID = NextID++; in internPath()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | MemorySSA.cpp | 1560 &StartingPoint, NextID++)); in buildMemorySSA() 1736 MemoryPhi *Phi = new MemoryPhi(BB->getContext(), BB, NextID++); in createMemoryPhi() 1835 MUD = new MemoryDef(I->getContext(), nullptr, I, I->getParent(), NextID++); in createNewAccess()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 2662 unsigned NextID = SwitchCaseIDs.size(); in RecordSwitchCaseID() local 2663 SwitchCaseIDs[S] = NextID; in RecordSwitchCaseID() 2664 return NextID; in RecordSwitchCaseID()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | MemorySSA.h | 912 unsigned NextID = 0;
|