Searched refs:populateMapper (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | IRSimilarityIdentifier.cpp | 859 void IRSimilarityIdentifier::populateMapper( in populateMapper() function in IRSimilarityIdentifier 897 void IRSimilarityIdentifier::populateMapper( in populateMapper() function in IRSimilarityIdentifier 904 populateMapper(*M, InstrList, IntegerMapping); in populateMapper() 1205 populateMapper(Modules, InstrList, IntegerMapping); in findSimilarity() 1222 populateMapper(M, InstrList, IntegerMapping); in findSimilarity()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineOutliner.cpp | 437 void populateMapper(InstructionMapper &Mapper, Module &M, 876 void MachineOutliner::populateMapper(InstructionMapper &Mapper, Module &M, in populateMapper() function in MachineOutliner 1052 populateMapper(Mapper, M, MMI); in doOutline()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | IRSimilarityIdentifier.h | 998 void populateMapper(Module &M, std::vector<IRInstructionData *> &InstrList, 1007 void populateMapper(ArrayRef<std::unique_ptr<Module>> &Modules,
|