Searched refs:GlobalIndices (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.cpp88 auto It = GlobalIndices.find(VD);
89 if (It != GlobalIndices.end())
95 auto It = GlobalIndices.find(P);
96 if (It != GlobalIndices.end()) {
104 GlobalIndices[VD] = *Index;
116 GlobalIndices[VD] = *Idx;
152 GlobalIndices[P] = *Idx;
H A DProgram.h179 llvm::DenseMap<const void *, unsigned> GlobalIndices; member in class:clang::interp::Program
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1601 DenseMap<GlobalTypeMember *, uint64_t> GlobalIndices; local
1609 GlobalIndices[GTM] = GlobalIndex;
1617 TMSet.insert(GlobalIndices[T]);

Completed in 108 milliseconds