Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp1639 SmallVector<MachineInstr **, 2> WaitsToErase; in applyPreexistingWaitcnt() local
1646 WaitsToErase.push_back(&WaitInstrs[LOAD_CNT]); in applyPreexistingWaitcnt()
1647 WaitsToErase.push_back(&WaitInstrs[DS_CNT]); in applyPreexistingWaitcnt()
1649 WaitsToErase.push_back(&WaitInstrs[STORE_CNT]); in applyPreexistingWaitcnt()
1650 WaitsToErase.push_back(&WaitInstrs[DS_CNT]); in applyPreexistingWaitcnt()
1653 for (MachineInstr **WI : WaitsToErase) { in applyPreexistingWaitcnt()