Searched refs:SysI (Results 1 – 1 of 1) sorted by relevance
1302 bool SysI = isSystemInstr(I), SysJ = isSystemInstr(J); in hasDualStoreDependence() local1304 if ((SysI && StoreJ) || (SysJ && StoreI)) in hasDualStoreDependence()