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