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.cpp1462 SmallVector<MachineInstr **, 2> WaitsToErase; in applyPreexistingWaitcnt() local
1469 WaitsToErase.push_back(&WaitInstrs[LOAD_CNT]); in applyPreexistingWaitcnt()
1470 WaitsToErase.push_back(&WaitInstrs[DS_CNT]); in applyPreexistingWaitcnt()
1472 WaitsToErase.push_back(&WaitInstrs[STORE_CNT]); in applyPreexistingWaitcnt()
1473 WaitsToErase.push_back(&WaitInstrs[DS_CNT]); in applyPreexistingWaitcnt()
1476 for (MachineInstr **WI : WaitsToErase) { in applyPreexistingWaitcnt()