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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp192 bool IsPhys; member in struct:CopyHint
194 Reg(R), Weight(W), IsPhys(P) {}
197 if (IsPhys != rhs.IsPhys)
198 return (IsPhys && !rhs.IsPhys);

Completed in 94 milliseconds