Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ROS

57 void MachineFunctionProperties::print(raw_ostream &ROS, bool OnlySet) const {
66 ROS << (HasProperty ? "SSA, " : "Post SSA, ");
69 ROS << (HasProperty ? "" : "not ") << "tracking liveness, ";
72 ROS << (HasProperty ? "AllVRegsAllocated" : "HasVRegs");