HomeSort by relevance Sort by last modified time
    Searched refs:ILPValue (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
ScheduleDFS.h 35 struct ILPValue {
41 ILPValue(unsigned count, unsigned length):
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 {
160 return ILPValue(DFSNodeData[SU->NodeNum].InstrCount, 1 + SU->getDepth());
190 raw_ostream &operator<<(raw_ostream &OS, const ILPValue &Val);
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp     [all...]

Completed in 263 milliseconds