Searched refs:InstructionMapper (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineOutliner.cpp | 119 struct InstructionMapper { struct 330 InstructionMapper() { in InstructionMapper() function 401 void findCandidates(InstructionMapper &Mapper, 411 InstructionMapper &Mapper, unsigned &OutlinedFunctionNum); 415 InstructionMapper &Mapper, 437 void populateMapper(InstructionMapper &Mapper, Module &M, 529 InstructionMapper &Mapper, std::vector<OutlinedFunction> &FunctionList) { in findCandidates() 610 Module &M, OutlinedFunction &OF, InstructionMapper &Mapper, unsigned Name) { in createOutlinedFunction() 750 InstructionMapper &Mapper, in outline() 876 void MachineOutliner::populateMapper(InstructionMapper &Mapper, Module &M, in populateMapper() [all …]
|