Searched refs:PointerEntry (Results 1 – 1 of 1) sorted by relevance
174 auto PointerEntry = LDSToPointer.insert(std::pair(GV, nullptr)); in createLDSPointer() local175 if (!PointerEntry.second) in createLDSPointer()176 return PointerEntry.first->second; in createLDSPointer()229 auto PointerEntry = KernelToLDSPointers.insert( in initializeLDSPointer() local231 if (!PointerEntry.second) in initializeLDSPointer()232 if (PointerEntry.first->second.contains(LDSPointer)) in initializeLDSPointer()