Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUReplaceLDSUseWithPointer.cpp190 auto BasicBlockEntry = KernelToInitBB.insert(std::make_pair(K, nullptr)); in activateLaneZero() local
191 if (!BasicBlockEntry.second) in activateLaneZero()
192 return BasicBlockEntry.first->second; in activateLaneZero()