Searched refs:mapIt (Results 1 – 4 of 4) sorted by relevance
719 std::map<Module*, ExecutionEngine*>::iterator mapIt = EngineMap.find(*it); in ~MCJITHelper() local721 if (mapIt != EngineMap.end()) { in ~MCJITHelper()722 delete mapIt->second; in ~MCJITHelper()
808 std::map<Module*, ExecutionEngine*>::iterator mapIt = EngineMap.find(*it); in ~MCJITHelper() local810 if (mapIt != EngineMap.end()) { in ~MCJITHelper()811 delete mapIt->second; in ~MCJITHelper()
876 std::map<Module*, ExecutionEngine*>::iterator mapIt = EngineMap.find(*it); in ~MCJITHelper() local878 if (mapIt != EngineMap.end()) { in ~MCJITHelper()879 delete mapIt->second; in ~MCJITHelper()
2869 auto mapIt = inverseMapping.find(value); in findLiveUserOfReplaced() local2870 if (mapIt != inverseMapping.end()) in findLiveUserOfReplaced()2871 worklist.append(mapIt->second); in findLiveUserOfReplaced()