Home
last modified time | relevance | path

Searched refs:createOutlinedFunction (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp527 MachineFunction *createOutlinedFunction(Module &M, OutlinedFunction &OF,
892 MachineFunction *MachineOutliner::createOutlinedFunction( in createOutlinedFunction() function in MachineOutliner
1096 OF->MF = createOutlinedFunction(M, *OF, Mapper, OutlinedFunctionNum); in outline()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6982 static Expected<Function *> createOutlinedFunction( in createOutlinedFunction() function
7361 return createOutlinedFunction(OMPBuilder, Builder, DefaultAttrs, in emitTargetOutlinedFunction()