Searched refs:ILPValue (Results 1 – 2 of 2) sorted by relevance
35 struct ILPValue { struct41 ILPValue(unsigned count, unsigned length): in ILPValue() argument45 bool operator<(ILPValue RHS) const {49 bool operator>(ILPValue RHS) const {52 bool operator<=(ILPValue RHS) const {56 bool operator>=(ILPValue RHS) const {159 ILPValue getILP(const SUnit *SU) const { in getILP()160 return ILPValue(DFSNodeData[SU->NodeNum].InstrCount, 1 + SU->getDepth()); in getILP()190 raw_ostream &operator<<(raw_ostream &OS, const ILPValue &Val);
1439 LLVM_DUMP_METHOD void ILPValue::print(raw_ostream &OS) const { in print()1447 LLVM_DUMP_METHOD void ILPValue::dump() const { in dump()1454 raw_ostream &operator<<(raw_ostream &OS, const ILPValue &Val) { in operator <<()