Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h161 void insertFunction(const Function &F, std::unique_ptr<MachineFunction> &&MF);
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineModuleInfo.cpp127 void MachineModuleInfo::insertFunction(const Function &F, in insertFunction() function in MachineModuleInfo
/openbsd/src/gnu/llvm/llvm/tools/llvm-reduce/
DReducerWorkItem.cpp482 CloneMMM->MMI->insertFunction(F, cloneMF(MF, *CloneMMM->MMI)); in clone()