Searched refs:GlobalIndices (Results 1 – 5 of 5) sorted by relevance
88 auto It = GlobalIndices.find(VD); in getGlobal()89 if (It != GlobalIndices.end()) in getGlobal()95 auto It = GlobalIndices.find(P); in getGlobal()96 if (It != GlobalIndices.end()) { in getGlobal()104 GlobalIndices[VD] = *Index; in getGlobal()116 GlobalIndices[VD] = *Idx; in getOrCreateGlobal()152 GlobalIndices[P] = *Idx; in createGlobal()
179 llvm::DenseMap<const void *, unsigned> GlobalIndices; variable
225 GlobalIndices; member in __anon6a7383e10211::FrameIndexesCache244 if (EHPad && GlobalIndices.count(EHPad)) in reset()245 for (auto &RSP : GlobalIndices[EHPad]) in reset()252 auto It = GlobalIndices.find(EHPad); in getFrameIndex()253 if (It != GlobalIndices.end()) { in getFrameIndex()289 GlobalIndices[EHPad].push_back(std::make_pair(Reg, FI)); in getFrameIndex()
1632 DenseMap<GlobalTypeMember *, uint64_t> GlobalIndices; in buildBitSetsFromDisjointSet() local1640 GlobalIndices[GTM] = GlobalIndex; in buildBitSetsFromDisjointSet()1648 TMSet.insert(GlobalIndices[T]); in buildBitSetsFromDisjointSet()
1601 DenseMap<GlobalTypeMember *, uint64_t> GlobalIndices; in buildBitSetsFromDisjointSet() local1609 GlobalIndices[GTM] = GlobalIndex; in buildBitSetsFromDisjointSet()1617 TMSet.insert(GlobalIndices[T]); in buildBitSetsFromDisjointSet()