Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.cpp620 static constexpr SizeT MinUseThreshold = 3; in postRegallocSplitting() local
622 if (Info.UseCount < MinUseThreshold) in postRegallocSplitting()
DIceCfg.cpp772 static constexpr SizeT MinUseThreshold = 3; in floatConstantCSE() local
773 if (Pair.second.size() < MinUseThreshold) in floatConstantCSE()