Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCalcSpillWeights.cpp192 bool IsPhys; in weightCalcHelper() member
194 Reg(R), Weight(W), IsPhys(P) {} in weightCalcHelper()
197 if (IsPhys != rhs.IsPhys) in weightCalcHelper()
198 return (IsPhys && !rhs.IsPhys); in weightCalcHelper()