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->getBase().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.h203 std::unique_ptr<MachineDominatorTree> OwnedMDT;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp278 std::unique_ptr<MachineDominatorTree> OwnedMDT; in runOnMachineFunction() local
282 OwnedMDT = std::make_unique<MachineDominatorTree>(); in runOnMachineFunction()
283 OwnedMDT->getBase().recalculate(MF); in runOnMachineFunction()
284 MDT = OwnedMDT.get(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1700 OwnedMDT = std::make_unique<MachineDominatorTree>(); in emitFunctionBody()
1701 OwnedMDT->getBase().recalculate(*MF); in emitFunctionBody()
1702 MDT = OwnedMDT.get(); in emitFunctionBody()
2539 OwnedMDT.reset(); in doFinalization()