Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp363 DenseSet<MachineInstr *> TrackedWaitcntSet; member in __anonb62a77e50111::SIInsertWaitcnts
826 if (!TrackedWaitcntSet.count(&*II)) { in applyPreexistingWaitcnt()
843 if (!TrackedWaitcntSet.count(&*II)) { in applyPreexistingWaitcnt()
1196 TrackedWaitcntSet.insert(SWaitInst); in generateWaitcntInstBefore()
1212 TrackedWaitcntSet.insert(SWaitInst); in generateWaitcntInstBefore()
1603 TrackedWaitcntSet.clear(); in runOnMachineFunction()