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