Searched refs:InstructionMapper (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineOutliner.cpp | 134 struct InstructionMapper { struct 385 InstructionMapper() { in InstructionMapper() argument 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() [all …]
|