Searched defs:MU (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugUtils.cpp208 raw_ostream &operator<<(raw_ostream &OS, const MaterializationUnit &MU) { argument
H A DMachOPlatform.cpp162 Error MachOPlatform::notifyAdding(JITDylib &JD, const MaterializationUnit &MU) { argument
H A DCore.cpp655 void JITDylib::replace(std::unique_ptr<MaterializationUnit> MU) { argument
258 replace( std::unique_ptr<MaterializationUnit> MU) argument
[all...]
H A DLLJIT.cpp189 Error notifyAdding(JITDylib &JD, const MaterializationUnit &MU) { argument
471 notifyAdding(JITDylib &JD, const MaterializationUnit &MU) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h92 Error define(std::unique_ptr<MUType> &&MU) { argument
100 Error define(std::unique_ptr<MUType> &MU) { argument
H A DCore.h929 UnmaterializedInfo(std::unique_ptr<MaterializationUnit> MU) argument
932 std::unique_ptr<MaterializationUnit> MU; member in struct:llvm::orc::SymbolState::JITDylib::UnmaterializedInfo
1251 dispatchMaterialization(std::unique_ptr<MaterializationUnit> MU, MaterializationResponsibility MR) argument
1267 materializeOnCurrentThread(std::unique_ptr<MaterializationUnit> MU, MaterializationResponsibility MR) argument
1311 define(std::unique_ptr<MaterializationUnitType> &&MU) argument
1345 define(std::unique_ptr<MaterializationUnitType> &MU) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp2190 static bool pointerInvalidatedByLoopWithMSSA(MemorySSA *MSSA, MemoryUse *MU, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp245 void MemorySSAUpdater::insertUse(MemoryUse *MU, bool RenameUses) { argument
H A DMemorySSA.cpp329 bool MemorySSAUtil::defClobbersUseOrDef(MemoryDef *MD, const MemoryUseOrDef *MU, argument
315 instructionClobbersQuery(MemoryDef *MD, const MemoryUseOrDef *MU, const MemoryLocOrCall &UseMLOC, AliasAnalysisType &AA) argument
1352 auto *MU = dyn_cast<MemoryUse>(&MA); local
[all...]

Completed in 197 milliseconds