Searched refs:ILPValue (Results 1 – 2 of 2) sorted by relevance
34 struct ILPValue { struct40 ILPValue(unsigned count, unsigned length): in ILPValue() argument44 bool operator<(ILPValue RHS) const {48 bool operator>(ILPValue RHS) const {51 bool operator<=(ILPValue RHS) const {55 bool operator>=(ILPValue RHS) const {158 ILPValue getILP(const SUnit *SU) const { in getILP()159 return ILPValue(DFSNodeData[SU->NodeNum].InstrCount, 1 + SU->getDepth()); in getILP()189 raw_ostream &operator<<(raw_ostream &OS, const ILPValue &Val);
1525 LLVM_DUMP_METHOD void ILPValue::print(raw_ostream &OS) const { in print()1533 LLVM_DUMP_METHOD void ILPValue::dump() const { in dump()1540 raw_ostream &operator<<(raw_ostream &OS, const ILPValue &Val) { in operator <<()