Searched refs:CurrentPacketMIs (Results 1 – 4 of 4) sorted by relevance
229 if (!isTransSlot && !CurrentPacketMIs.empty()) { in isBundlableWithCurrentPMI()245 CurrentPacketMIs.push_back(&MI); in isBundlableWithCurrentPMI()252 CurrentPacketMIs[i]->dump(); in isBundlableWithCurrentPMI()257 CurrentPacketMIs.pop_back(); in isBundlableWithCurrentPMI()269 CurrentPacketMIs[i]->dump(); in isBundlableWithCurrentPMI()274 CurrentPacketMIs.pop_back(); in isBundlableWithCurrentPMI()282 CurrentPacketMIs.pop_back(); in isBundlableWithCurrentPMI()288 CurrentPacketMIs.empty() ? &MI : CurrentPacketMIs.front(); in addToPacket()296 MachineInstr *MI = CurrentPacketMIs[i]; in addToPacket()304 if (!CurrentPacketMIs.empty()) in addToPacket()[all …]
165 if (!CurrentPacketMIs.empty()) { in endPacket()168 for (MachineInstr *MI : CurrentPacketMIs) { in endPacket()174 if (CurrentPacketMIs.size() > 1) { in endPacket()175 MachineInstr &MIFirst = *CurrentPacketMIs.front(); in endPacket()178 CurrentPacketMIs.clear(); in endPacket()242 for (auto MJ : CurrentPacketMIs) { in PacketizeMIs()
388 for (auto BI : CurrentPacketMIs) { in cleanUpDotCur()445 for (auto BI : CurrentPacketMIs) { in canPromoteToDotCur()673 for (auto I : CurrentPacketMIs) { in canPromoteToNewValueStore()759 for (auto I : CurrentPacketMIs) { in canPromoteToNewValueStore()924 for (auto I : CurrentPacketMIs) { in restrictingDepExistInPacket()994 for (auto I : CurrentPacketMIs) { in arePredicatesComplements()1324 if (CurrentPacketMIs.size() == 1) in isLegalToPacketizeTogether()1700 if (CurrentPacketMIs.empty()) in addToPacket()1768 CurrentPacketMIs.push_back(&MI); in addToPacket()1799 CurrentPacketMIs.clear(); in endPacket()[all …]
121 std::vector<MachineInstr*> CurrentPacketMIs; variable144 CurrentPacketMIs.push_back(&MI); in addToPacket()