Home
last modified time | relevance | path

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/
DProfile.h91 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/
DIceStringPool.h41 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/
DMCSectionCOFF.h82 unsigned getOrAssignWinCFISectionID(unsigned *NextID) const { in getOrAssignWinCFISectionID() argument
84 WinCFISectionID = (*NextID)++; in getOrAssignWinCFISectionID()
DMCContext.h121 StringMap<unsigned> NextID; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DRemarkStringTable.cpp32 size_t NextID = StrTab.size(); in add() local
33 auto KV = StrTab.insert({Str, NextID}); in add()
/third_party/skia/experimental/sorttoy/
DFake.cpp40 FakeMCBlob::FakeMCBlob(const std::vector<MCState>& stack) : fID(NextID()), fStack(stack) { in FakeMCBlob()
DFake.h76 static int NextID() { in NextID() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCContext.cpp117 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/
DMemorySSA.cpp1227 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/
DProfile.cpp187 Node->ID = NextID++; in internPath()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemorySSA.h897 unsigned NextID;