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