Searched refs:createOutlinedFunction (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | MachineOutliner.cpp | 414 MachineFunction *createOutlinedFunction(Module &M, OutlinedFunction &OF, 609 MachineFunction *MachineOutliner::createOutlinedFunction( in createOutlinedFunction() function in MachineOutliner 780 OF.MF = createOutlinedFunction(M, OF, Mapper, OutlinedFunctionNum); in outline()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineOutliner.cpp | 898 MachineFunction *createOutlinedFunction(Module &M, OutlinedFunction &OF, 1095 MachineFunction *MachineOutliner::createOutlinedFunction( in createOutlinedFunction() function in MachineOutliner 1225 OF.MF = createOutlinedFunction(M, OF, Mapper, OutlinedFunctionNum); in outline()
|