Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h165 void insertFunction(const Function &F, std::unique_ptr<MachineFunction> &&MF);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp138 void MachineModuleInfo::insertFunction(const Function &F, in insertFunction() function in MachineModuleInfo
/llvm-project-15.0.7/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp488 CloneMMM->MMI->insertFunction(F, cloneMF(MF, *CloneMMM->MMI)); in cloneReducerWorkItem()