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