Searched refs:ConstCache (Results 1 – 1 of 1) sorted by relevance
845 CfgUnorderedMap<Constant *, Variable *> ConstCache; in floatConstantCSE() local875 if (ConstCache.find(Pair.first) == ConstCache.end()) { in floatConstantCSE()882 ConstCache[Pair.first] = NewVar; in floatConstantCSE()886 NewVar->setLinkedTo(ConstCache[Pair.first]); in floatConstantCSE()888 InstAssign::create(Node->getCfg(), NewVar, ConstCache[Pair.first]); in floatConstantCSE()