Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp635 unsigned StartCheck = 0; in canPromoteToNewValueStore() local
644 if (TempMI != PacketMI && !StartCheck) // Start processing only after in canPromoteToNewValueStore()
647 StartCheck = 1; in canPromoteToNewValueStore()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp746 unsigned StartCheck = 0; in canPromoteToNewValueStore() local
755 if (&TempMI != &PacketMI && !StartCheck) // Start processing only after in canPromoteToNewValueStore()
758 StartCheck = 1; in canPromoteToNewValueStore()