Lines Matching refs:InstructionMapper
134 struct InstructionMapper { struct
385 InstructionMapper() { in InstructionMapper() function
456 void findCandidates(InstructionMapper &Mapper,
466 InstructionMapper &Mapper, unsigned &OutlinedFunctionNum);
470 InstructionMapper &Mapper,
492 void populateMapper(InstructionMapper &Mapper, Module &M,
584 InstructionMapper &Mapper, std::vector<OutlinedFunction> &FunctionList) { in findCandidates()
690 Module &M, OutlinedFunction &OF, InstructionMapper &Mapper, unsigned Name) { in createOutlinedFunction()
830 InstructionMapper &Mapper, in outline()
991 void MachineOutliner::populateMapper(InstructionMapper &Mapper, Module &M, in populateMapper()
1180 InstructionMapper Mapper; in doOutline()