Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp1691 bool FoundStore = false; in foundLSInPacket() local
1702 FoundStore = true; in foundLSInPacket()
1704 return FoundLoad && FoundStore; in foundLSInPacket()