Home
last modified time | relevance | path

Searched refs:populateMapper (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp912 void IRSimilarityIdentifier::populateMapper( in populateMapper() function in IRSimilarityIdentifier
950 void IRSimilarityIdentifier::populateMapper( in populateMapper() function in IRSimilarityIdentifier
957 populateMapper(*M, InstrList, IntegerMapping); in populateMapper()
1462 populateMapper(Modules, InstrList, IntegerMapping); in findSimilarity()
1479 populateMapper(M, InstrList, IntegerMapping); in findSimilarity()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp492 void populateMapper(InstructionMapper &Mapper, Module &M,
991 void MachineOutliner::populateMapper(InstructionMapper &Mapper, Module &M, in populateMapper() function in MachineOutliner
1183 populateMapper(Mapper, M, MMI); in doOutline()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h1065 void populateMapper(Module &M, std::vector<IRInstructionData *> &InstrList,
1074 void populateMapper(ArrayRef<std::unique_ptr<Module>> &Modules,