Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLazyMachineBlockFrequencyInfo.cpp49 OwnedMDT.reset(); in releaseMemory()
76 OwnedMDT = std::make_unique<MachineDominatorTree>(); in calculateIfNotAvailable()
77 OwnedMDT->recalculate(*MF); in calculateIfNotAvailable()
78 MDT = OwnedMDT.get(); in calculateIfNotAvailable()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLazyMachineBlockFrequencyInfo.h46 mutable std::unique_ptr<MachineDominatorTree> OwnedMDT; variable
H A DAsmPrinter.h222 std::unique_ptr<MachineDominatorTree> OwnedMDT;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp286 std::unique_ptr<MachineDominatorTree> OwnedMDT; in runOnMachineFunction() local
290 OwnedMDT = std::make_unique<MachineDominatorTree>(MF); in runOnMachineFunction()
291 MDT = OwnedMDT.get(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1800 OwnedMDT = std::make_unique<MachineDominatorTree>(); in emitFunctionBody()
1801 OwnedMDT->recalculate(*MF); in emitFunctionBody()
1802 MDT = OwnedMDT.get(); in emitFunctionBody()
2780 OwnedMDT.reset(); in doFinalization()