Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp1692 bool FoundStore = false; in foundLSInPacket() local
1703 FoundStore = true; in foundLSInPacket()
1705 return FoundLoad && FoundStore; in foundLSInPacket()