Searched refs:CMap (Results 1 – 2 of 2) sorted by relevance
141 DenseMap<Constant *, GlobalVariable *> CMap; in mergeConstants() local181 GlobalVariable *&Slot = CMap[Init]; in mergeConstants()209 auto Found = CMap.find(Init); in mergeConstants()210 if (Found == CMap.end()) in mergeConstants()242 CMap.clear(); in mergeConstants()
1379 using CMap = std::map<int32_t,unsigned>; in assignInits() 1380 CMap Counts; in assignInits() 1396 Counts, [](const CMap::value_type &A, const CMap::value_type &B) { in assignInits() 1375 using CMap = std::map<int32_t,unsigned>; assignInits() typedef