Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceLiveness.cpp48 SizeT TmpNumGlobals = 0; in initInternal() local
52 ++TmpNumGlobals; in initInternal()
59 NumGlobals = TmpNumGlobals; in initInternal()
61 assert(TmpNumGlobals == 0); in initInternal()
80 TmpNumGlobals = 0; in initInternal()
86 LiveIndex = TmpNumGlobals++; in initInternal()
98 assert(TmpNumGlobals == (IsFullInit ? NumGlobals : 0)); in initInternal()