Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp1678 bool FoundStore = false; in foundLSInPacket() local
1689 FoundStore = true; in foundLSInPacket()
1691 return FoundLoad && FoundStore; in foundLSInPacket()