Searched refs:MinUseThreshold (Results 1 – 2 of 2) sorted by relevance
633 static constexpr SizeT MinUseThreshold = 3; in postRegallocSplitting() local635 if (Info.UseCount < MinUseThreshold) in postRegallocSplitting()
869 static constexpr SizeT MinUseThreshold = 3; in floatConstantCSE() local870 if (Pair.second.size() < MinUseThreshold) in floatConstantCSE()