Searched refs:WaitcntVsCntInstr (Results 1 – 1 of 1) sorted by relevance
1182 MachineInstr *WaitcntVsCntInstr = nullptr; in applyPreexistingWaitcnt() local1217 if (WaitcntVsCntInstr || (!Wait.hasWaitStoreCnt() && IsSoft)) { in applyPreexistingWaitcnt()1221 WaitcntVsCntInstr = &II; in applyPreexistingWaitcnt()1246 if (WaitcntVsCntInstr) { in applyPreexistingWaitcnt()1247 Modified |= updateOperandIfDifferent(*WaitcntVsCntInstr, in applyPreexistingWaitcnt()1249 Modified |= promoteSoftWaitCnt(WaitcntVsCntInstr); in applyPreexistingWaitcnt()1254 LLVM_DEBUG(It == WaitcntVsCntInstr->getParent()->end() in applyPreexistingWaitcnt()1256 << "New Instr at block end: " << *WaitcntVsCntInstr in applyPreexistingWaitcnt()1260 << "New Instr: " << *WaitcntVsCntInstr << '\n'); in applyPreexistingWaitcnt()