Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DScheduleDFS.h34 struct ILPValue { struct
40 ILPValue(unsigned count, unsigned length): in ILPValue() function
44 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);
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1510 LLVM_DUMP_METHOD void ILPValue::print(raw_ostream &OS) const { in print()
1518 LLVM_DUMP_METHOD void ILPValue::dump() const { in dump()
1525 raw_ostream &operator<<(raw_ostream &OS, const ILPValue &Val) { in operator <<()