Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DConstantMerge.cpp111 DenseMap<PointerIntPair<Constant*, 1, bool>, GlobalVariable*> CMap; in runOnModule() local
154 GlobalVariable *&Slot = CMap[Pair]; in runOnModule()
186 GlobalVariable *Slot = CMap[Pair]; in runOnModule()
203 CMap.clear(); in runOnModule()