Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceCfgNode.cpp1161 : Asm(Asm), End(Insts.end()), BundleLockStart(End), in BundleEmitHelper()
1165 bool isInBundleLockRegion() const { return BundleLockStart != End; } in isInBundleLockRegion()
1200 return BundleLockStart; in getBundleLockStart()
1205 BundleLockStart = I; in enterBundleLock()
1217 void leaveBundleLockRegion() { BundleLockStart = End; } in leaveBundleLockRegion()
1264 InstList::const_iterator BundleLockStart; member in Ice::__anon5f97a60e0611::BundleEmitHelper