Searched refs:NextID (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
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
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceStringPool.h | 41 auto NewID = NextID; in getNewID() 42 NextID += IDIncrement; in getNewID() 59 << " NumIDs=" << ((NextID - FirstID) / IDIncrement) << "):"; in dump() 69 IDType NextID = FirstID; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCSectionCOFF.h | 82 unsigned getOrAssignWinCFISectionID(unsigned *NextID) const { in getOrAssignWinCFISectionID() argument 84 WinCFISectionID = (*NextID)++; in getOrAssignWinCFISectionID()
|
D | MCContext.h | 121 StringMap<unsigned> NextID; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
D | RemarkStringTable.cpp | 32 size_t NextID = StrTab.size(); in add() local 33 auto KV = StrTab.insert({Str, NextID}); in add()
|
/third_party/skia/experimental/sorttoy/ |
D | Fake.cpp | 40 FakeMCBlob::FakeMCBlob(const std::vector<MCState>& stack) : fID(NextID()), fStack(stack) { in FakeMCBlob()
|
D | Fake.h | 76 static int NextID() { in NextID() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCContext.cpp | 117 NextID.clear(); in reset() 192 unsigned &NextUniqueID = NextID[Name]; in createSymbol()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemorySSA.cpp | 1227 SkipWalker(nullptr), NextID(0) { in MemorySSA() 1515 &StartingPoint, NextID++)); in buildMemorySSA() 1695 MemoryPhi *Phi = new MemoryPhi(BB->getContext(), BB, NextID++); in createMemoryPhi() 1784 MUD = new MemoryDef(I->getContext(), nullptr, I, I->getParent(), NextID++); in createNewAccess()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
D | Profile.cpp | 187 Node->ID = NextID++; in internPath()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | MemorySSA.h | 897 unsigned NextID;
|