Searched refs:MinUseThreshold (Results 1 – 2 of 2) sorted by relevance
589 static constexpr SizeT MinUseThreshold = 3; in postRegallocSplitting() local591 if (Info.UseCount < MinUseThreshold) in postRegallocSplitting()
772 static constexpr SizeT MinUseThreshold = 3; in floatConstantCSE() local773 if (Pair.second.size() < MinUseThreshold) in floatConstantCSE()