Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp185 MachineLoopInfo ComputedMLI; in runOnMachineFunction() local
187 ComputedMLI.analyze(MDT->getBase()); in runOnMachineFunction()
188 MLI = &ComputedMLI; in runOnMachineFunction()