Searched refs:PointerEntry (Results 1 – 1 of 1) sorted by relevance
162 auto PointerEntry = LDSToPointer.insert(std::make_pair(GV, nullptr)); in createLDSPointer() local163 if (!PointerEntry.second) in createLDSPointer()164 return PointerEntry.first->second; in createLDSPointer()217 auto PointerEntry = KernelToLDSPointers.insert( in initializeLDSPointer() local219 if (!PointerEntry.second) in initializeLDSPointer()220 if (PointerEntry.first->second.contains(LDSPointer)) in initializeLDSPointer()