Lines Matching refs:InstructionMapper
109 struct InstructionMapper { struct
315 InstructionMapper() { in InstructionMapper() function
386 void findCandidates(InstructionMapper &Mapper,
396 InstructionMapper &Mapper, unsigned &OutlinedFunctionNum);
400 InstructionMapper &Mapper,
422 void populateMapper(InstructionMapper &Mapper, Module &M,
514 InstructionMapper &Mapper, std::vector<OutlinedFunction> &FunctionList) { in findCandidates()
595 Module &M, OutlinedFunction &OF, InstructionMapper &Mapper, unsigned Name) { in createOutlinedFunction()
734 InstructionMapper &Mapper, in outline()
856 void MachineOutliner::populateMapper(InstructionMapper &Mapper, Module &M, in populateMapper()
1026 InstructionMapper Mapper; in doOutline()