Searched refs:OutlinedFunctionNum (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineOutliner.cpp | 895 InstructionMapper &Mapper, unsigned &OutlinedFunctionNum); 907 bool doOutline(Module &M, unsigned &OutlinedFunctionNum); 1197 unsigned &OutlinedFunctionNum) { in outline() argument 1225 OF.MF = createOutlinedFunction(M, OF, Mapper, OutlinedFunctionNum); in outline() 1228 OutlinedFunctionNum++; // Created a function, move to the next name. in outline() 1425 unsigned OutlinedFunctionNum = 0; in runOnModule() local 1427 if (!doOutline(M, OutlinedFunctionNum)) in runOnModule() 1432 bool MachineOutliner::doOutline(Module &M, unsigned &OutlinedFunctionNum) { in doOutline() argument 1477 outline(M, FunctionList, Mapper, OutlinedFunctionNum); in doOutline()
|