HomeSort by relevance Sort by last modified time
    Searched refs:MinUseThreshold (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceTargetLowering.cpp 633 static constexpr SizeT MinUseThreshold = 3;
634 // Skip if variable has less than `MinUseThreshold` uses in the segment.
635 if (Info.UseCount < MinUseThreshold)
    [all...]
IceCfg.cpp 869 static constexpr SizeT MinUseThreshold = 3;
870 if (Pair.second.size() < MinUseThreshold)
872 // Only consider constants with at least `MinUseThreshold` uses
    [all...]

Completed in 1554 milliseconds