Home
last modified time | relevance | path

Searched refs:mapIt (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy.cpp719 std::map<Module*, ExecutionEngine*>::iterator mapIt = EngineMap.find(*it); in ~MCJITHelper() local
721 if (mapIt != EngineMap.end()) { in ~MCJITHelper()
722 delete mapIt->second; in ~MCJITHelper()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp808 std::map<Module*, ExecutionEngine*>::iterator mapIt = EngineMap.find(*it); in ~MCJITHelper() local
810 if (mapIt != EngineMap.end()) { in ~MCJITHelper()
811 delete mapIt->second; in ~MCJITHelper()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp876 std::map<Module*, ExecutionEngine*>::iterator mapIt = EngineMap.find(*it); in ~MCJITHelper() local
878 if (mapIt != EngineMap.end()) { in ~MCJITHelper()
879 delete mapIt->second; in ~MCJITHelper()
/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp2869 auto mapIt = inverseMapping.find(value); in findLiveUserOfReplaced() local
2870 if (mapIt != inverseMapping.end()) in findLiveUserOfReplaced()
2871 worklist.append(mapIt->second); in findLiveUserOfReplaced()