HomeSort by: relevance | last modified time | path
    Searched refs:IRInstructionMapper (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
IRSimilarityIdentifier.h 11 // IR including the IRInstructionMapper, which maps an Instruction to unsigned
278 struct IRInstructionMapper {
367 IRInstructionMapper(SpecificBumpPtrAllocator<IRInstructionData> *IDA,
630 /// IRInstructionMapper, IRSimilarityCandidate together.
632 /// It first feeds the Module or vector of Modules into the IRInstructionMapper,
735 IRInstructionMapper Mapper;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
IRSimilarityIdentifier.cpp 11 // similarities in IR including the IRInstructionMapper.
151 void IRInstructionMapper::convertToUnsignedVec(
188 unsigned IRInstructionMapper::mapToLegalUnsigned(
233 IRInstructionMapper::allocateIRInstructionData(Instruction &I, bool Legality,
239 IRInstructionMapper::allocateIRInstructionDataList() {
245 unsigned IRInstructionMapper::mapToIllegalUnsigned(
705 IRInstructionMapper Mapper, std::vector<IRInstructionData *> &InstrList,

Completed in 24 milliseconds