Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceCfgNode.cpp1139 : Asm(Asm), End(Insts.end()), BundleLockStart(End), in BundleEmitHelper()
1143 bool isInBundleLockRegion() const { return BundleLockStart != End; } in isInBundleLockRegion()
1178 return BundleLockStart; in getBundleLockStart()
1183 BundleLockStart = I; in enterBundleLock()
1195 void leaveBundleLockRegion() { BundleLockStart = End; } in leaveBundleLockRegion()
1242 InstList::const_iterator BundleLockStart; member in Ice::__anon450638ec0611::BundleEmitHelper