Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCalcSpillWeights.cpp201 bool IsPhys; in weightCalcHelper() member
204 Reg(R), Weight(W), IsPhys(P), HintOrder(HR) {} in weightCalcHelper()
207 if (IsPhys != rhs.IsPhys) in weightCalcHelper()
208 return (IsPhys && !rhs.IsPhys); in weightCalcHelper()