Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp1302 bool SysI = isSystemInstr(I), SysJ = isSystemInstr(J); in hasDualStoreDependence() local
1304 if ((SysI && StoreJ) || (SysJ && StoreI)) in hasDualStoreDependence()