Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp400 SmallVector<SUnit *, 32> TempCollection = SG.Collection; in reset() local
402 auto SchedBarr = llvm::find_if(TempCollection, [](SUnit *SU) { in reset()
405 if (SchedBarr != TempCollection.end()) in reset()