Searched refs:ObjMap (Results 1 – 1 of 1) sorted by relevance
180 auto &ObjMap = ConstMethodReturnValues[&RecordLoc]; in getOrCreateConstMethodReturnValue() local184 auto it = ObjMap.find(DirectCallee); in getOrCreateConstMethodReturnValue()185 if (it != ObjMap.end()) in getOrCreateConstMethodReturnValue()190 ObjMap.insert({DirectCallee, Val}); in getOrCreateConstMethodReturnValue()203 auto &ObjMap = ConstMethodReturnStorageLocations[&RecordLoc]; in getOrCreateConstMethodReturnStorageLocation() local204 auto it = ObjMap.find(Callee); in getOrCreateConstMethodReturnStorageLocation()205 if (it != ObjMap.end()) in getOrCreateConstMethodReturnStorageLocation()211 ObjMap.insert({Callee, &Loc}); in getOrCreateConstMethodReturnStorageLocation()