Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp132 void MachineModuleInfo::deleteMachineFunctionFor(Function &F) { in deleteMachineFunctionFor() function in MachineModuleInfo
162 MMI.deleteMachineFunctionFor(F); in runOnFunction()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h162 void deleteMachineFunctionFor(Function &F);
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DInstrRefLDVTest.cpp463 MMI->deleteMachineFunctionFor(*Fn); in readMIRBlock()