HomeSort by: relevance | last modified time | path
    Searched refs:ILPValue (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ScheduleDFS.h 34 struct ILPValue {
40 ILPValue(unsigned count, unsigned length):
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 {
159 return ILPValue(DFSNodeData[SU->NodeNum].InstrCount, 1 + SU->getDepth());
189 raw_ostream &operator<<(raw_ostream &OS, const ILPValue &Val);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 1510 LLVM_DUMP_METHOD void ILPValue::print(raw_ostream &OS) const {
1518 LLVM_DUMP_METHOD void ILPValue::dump() const {
1525 raw_ostream &operator<<(raw_ostream &OS, const ILPValue &Val) {

Completed in 16 milliseconds