Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleSlotTracker.cpp42 if (auto *MF = TheMMI.getMachineFunction(F)) in processMachineModule()
55 if (auto *MF = TheMMI.getMachineFunction(*F)) in processMachineFunction()
70 TheFunction(MF->getFunction()), TheMMI(MF->getMMI()) { in MachineModuleSlotTracker()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleSlotTracker.h24 const MachineModuleInfo &TheMMI; variable