Lines Matching refs:InstructionMapper
119 struct InstructionMapper { struct
330 InstructionMapper() { in InstructionMapper() function
401 void findCandidates(InstructionMapper &Mapper,
411 InstructionMapper &Mapper, unsigned &OutlinedFunctionNum);
415 InstructionMapper &Mapper,
437 void populateMapper(InstructionMapper &Mapper, Module &M,
529 InstructionMapper &Mapper, std::vector<OutlinedFunction> &FunctionList) { in findCandidates()
610 Module &M, OutlinedFunction &OF, InstructionMapper &Mapper, unsigned Name) { in createOutlinedFunction()
750 InstructionMapper &Mapper, in outline()
876 void MachineOutliner::populateMapper(InstructionMapper &Mapper, Module &M, in populateMapper()
1049 InstructionMapper Mapper; in doOutline()