Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineModuleSlotTracker.cpp41 if (auto *MF = TheMMI.getMachineFunction(F)) in processMachineModule()
54 if (auto *MF = TheMMI.getMachineFunction(*F)) in processMachineFunction()
69 TheFunction(MF->getFunction()), TheMMI(MF->getMMI()) { in MachineModuleSlotTracker()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachineModuleSlotTracker.h24 const MachineModuleInfo &TheMMI; variable