Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DScheduleDFS.h35 struct ILPValue { struct
41 ILPValue(unsigned count, unsigned length): in ILPValue() argument
45 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);
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1439 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 <<()