Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DLowerBitSets.cpp654 llvm::DenseMap<GlobalVariable *, uint64_t> GlobalIndices; in buildBitSets() local
661 GlobalIndices[MI->get<GlobalVariable *>()] = Globals.size(); in buildBitSets()
680 BitSetMembers[I->second].insert(GlobalIndices[OpGlobal]); in buildBitSets()