Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp174 MachineDominatorTree ComputedMDT; in runOnMachineFunction() local
176 ComputedMDT.getBase().recalculate(MF); in runOnMachineFunction()
177 MDT = &ComputedMDT; in runOnMachineFunction()