Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp955 SUnit *SuccUnit = Succ.getSUnit(); in apply() local
956 if (TII->isDS(*SuccUnit->getInstr()) && in apply()
957 SuccUnit->getInstr()->mayStore()) { in apply()
958 Cache->push_back(SuccUnit); in apply()