Home
last modified time | relevance | path

Searched refs:MustRunMU (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCore.cpp681 std::unique_ptr<MaterializationUnit> MustRunMU; in replace() local
714 MustRunMU = std::move(MU); in replace()
748 if (MustRunMU) { in replace()
750 ES.dispatchMaterialization(std::move(MustRunMU), std::move(MustRunMR)); in replace()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp868 auto MustRunMU = in replace() local
912 if (MustRunMU) in replace()
913 ES.dispatchMaterialization(*this, std::move(MustRunMU)); in replace()