Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonVLIWPacketizer.cpp1671 bool FoundStore = false; in foundLSInPacket() local
1682 FoundStore = true; in foundLSInPacket()
1684 return FoundLoad && FoundStore; in foundLSInPacket()