Home
last modified time | relevance | path

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

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