Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceCfg.cpp748 CfgUnorderedMap<Constant *, Variable *> ConstCache; in floatConstantCSE() local
778 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()