Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp800 llvm::DenseMap<Metadata *, uint64_t> TypeIdIndices; in buildBitSetsFromDisjointSet() local
802 TypeIdIndices[TypeIds[I]] = I; in buildBitSetsFromDisjointSet()
814 unsigned TypeIdIndex = TypeIdIndices[Type->getOperand(1)]; in buildBitSetsFromDisjointSet()
886 llvm::DenseMap<Metadata *, unsigned> TypeIdIndices; in lower() local
894 TypeIdIndices[cast<MDNode>(Type)->getOperand(1)] = ++I; in lower()
949 MaxIndex = std::max(MaxIndex, TypeIdIndices[MI->get<Metadata *>()]); in lower()
976 return TypeIdIndices[M1] < TypeIdIndices[M2]; in lower()