Searched refs:populateMapper (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | IRSimilarityIdentifier.cpp | 652 void IRSimilarityIdentifier::populateMapper( in populateMapper() function in IRSimilarityIdentifier 685 void IRSimilarityIdentifier::populateMapper( in populateMapper() function in IRSimilarityIdentifier 692 populateMapper(*M, InstrList, IntegerMapping); in populateMapper() 866 populateMapper(Modules, InstrList, IntegerMapping); in findSimilarity() 878 populateMapper(M, InstrList, IntegerMapping); in findSimilarity()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | IRSimilarityIdentifier.h | 670 void populateMapper(Module &M, std::vector<IRInstructionData *> &InstrList, 679 void populateMapper(ArrayRef<std::unique_ptr<Module>> &Modules,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineOutliner.cpp | 422 void populateMapper(InstructionMapper &Mapper, Module &M, 856 void MachineOutliner::populateMapper(InstructionMapper &Mapper, Module &M, in populateMapper() function in MachineOutliner 1029 populateMapper(Mapper, M, MMI); in doOutline()
|