Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp106 LLVMTargetMachine::addMachineModuleInfo(PassManagerBase &PM) const { in addMachineModuleInfo() function in LLVMTargetMachine
153 MachineModuleInfo &MMI = TM->addMachineModuleInfo(PM); in addPassesToGenerateCode()
/external/llvm/include/llvm/Target/
DTargetMachine.h317 MachineModuleInfo &addMachineModuleInfo(PassManagerBase &PM) const;
/external/llvm/unittests/MI/
DLiveIntervalTest.cpp72 LLVMTM.addMachineModuleInfo(PM); in parseMIR()
/external/llvm/tools/llc/
Dllc.cpp417 LLVMTM.addMachineModuleInfo(PM); in compileModule()