Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp182 MachineLoopInfo ComputedMLI; in runOnMachineFunction() local
184 ComputedMLI.getBase().analyze(MDT->getBase()); in runOnMachineFunction()
185 MLI = &ComputedMLI; in runOnMachineFunction()