Searched refs:OldWaitcntInstr (Results 1 – 1 of 1) sorted by relevance
441 MachineInstr *OldWaitcntInstr);447 MachineInstr &OldWaitcntInstr,811 MachineInstr &OldWaitcntInstr, in applyPreexistingWaitcnt() argument817 for (auto II = OldWaitcntInstr.getIterator(), NextI = std::next(II); in applyPreexistingWaitcnt()940 MachineInstr *OldWaitcntInstr) { in generateWaitcntInstBefore() argument1179 if (OldWaitcntInstr) { in generateWaitcntInstBefore()1183 applyPreexistingWaitcnt(ScoreBrackets, *OldWaitcntInstr, Wait, &MI); in generateWaitcntInstBefore()1467 MachineInstr *OldWaitcntInstr = nullptr; in insertWaitcntInBlock() local1480 if (!OldWaitcntInstr) in insertWaitcntInBlock()1481 OldWaitcntInstr = &Inst; in insertWaitcntInBlock()[all …]