Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp741 std::unique_ptr<MaterializationUnit> MustRunMU; in replace() local
773 MustRunMU = std::move(MU); in replace()
805 if (MustRunMU) { in replace()
808 std::move(MustRunMU), std::move(MustRunMR))); in replace()