Lines Matching refs:InstructionMapper
127 struct InstructionMapper { struct
378 InstructionMapper() { in InstructionMapper() function
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()
682 Module &M, OutlinedFunction &OF, InstructionMapper &Mapper, unsigned Name) { in createOutlinedFunction()
824 InstructionMapper &Mapper, in outline()
983 void MachineOutliner::populateMapper(InstructionMapper &Mapper, Module &M, in populateMapper()
1172 InstructionMapper Mapper; in doOutline()