Lines Matching refs:Mapper
449 void findCandidates(InstructionMapper &Mapper,
459 InstructionMapper &Mapper, unsigned &OutlinedFunctionNum);
463 InstructionMapper &Mapper,
485 void populateMapper(InstructionMapper &Mapper, Module &M,
577 InstructionMapper &Mapper, std::vector<OutlinedFunction> &FunctionList) { in findCandidates() argument
579 SuffixTree ST(Mapper.UnsignedVec); in findCandidates()
639 MachineBasicBlock::iterator StartIt = Mapper.InstrList[StartIdx]; in findCandidates()
640 MachineBasicBlock::iterator EndIt = Mapper.InstrList[EndIdx]; in findCandidates()
644 Mapper.MBBFlagsMap[MBB]); in findCandidates()
682 Module &M, OutlinedFunction &OF, InstructionMapper &Mapper, unsigned Name) { in createOutlinedFunction() argument
824 InstructionMapper &Mapper, in outline() argument
839 auto *UnsignedVecBegin = Mapper.UnsignedVec.begin(); in outline()
874 OF.MF = createOutlinedFunction(M, OF, Mapper, OutlinedFunctionNum); in outline()
983 void MachineOutliner::populateMapper(InstructionMapper &Mapper, Module &M, in populateMapper() argument
1049 Mapper.convertToUnsignedVec(MBB, *TII); in populateMapper()
1053 UnsignedVecSize = Mapper.UnsignedVec.size(); in populateMapper()
1172 InstructionMapper Mapper; in doOutline() local
1175 populateMapper(Mapper, M, MMI); in doOutline()
1179 findCandidates(Mapper, FunctionList); in doOutline()
1197 outline(M, FunctionList, Mapper, OutlinedFunctionNum); in doOutline()