Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUReplaceLDSUseWithPointer.cpp202 auto BasicBlockEntry = KernelToInitBB.insert(std::make_pair(K, nullptr)); in activateLaneZero() local
203 if (!BasicBlockEntry.second) in activateLaneZero()
204 return BasicBlockEntry.first->second; in activateLaneZero()