Lines Matching refs:It
22 auto It = NativePointerIndices.find(Ptr); in getOrCreateNativePointer() local
23 if (It != NativePointerIndices.end()) in getOrCreateNativePointer()
24 return It->second; in getOrCreateNativePointer()
110 if (auto It = GlobalIndices.find(VD); It != GlobalIndices.end()) in getGlobal() local
111 return It->second; in getGlobal()
116 if (auto It = GlobalIndices.find(P); It != GlobalIndices.end()) { in getGlobal() local
117 Index = It->second; in getGlobal()
130 if (auto It = GlobalIndices.find(E); It != GlobalIndices.end()) in getGlobal() local
131 return It->second; in getGlobal()
149 if (auto It = DummyVariables.find(VD); It != DummyVariables.end()) in getOrCreateDummy() local
150 return It->second; in getOrCreateDummy()
250 auto It = Funcs.find(F); in getFunction() local
251 return It == Funcs.end() ? nullptr : It->second.get(); in getFunction()
264 if (auto It = Records.find(RD); It != Records.end()) in getOrCreateRecord() local
265 return It->second; in getOrCreateRecord()