Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLocalizer.cpp65 auto isUsesAtMost = [&](unsigned Reg, unsigned MaxUses) { in shouldLocalize() argument
68 for (; UI != UE && NumUses < MaxUses; ++UI) { in shouldLocalize()
88 unsigned MaxUses = maxUses(RematCost); in shouldLocalize() local
89 if (MaxUses == UINT_MAX) in shouldLocalize()
91 bool B = isUsesAtMost(Reg, MaxUses); in shouldLocalize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp137 const int MaxUses = 10; in checkArgumentUses() local
142 if (UseCount > MaxUses) in checkArgumentUses()