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

  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 114 /// NeedLatency - True if the scheduler will make use of latency information.
116 bool NeedLatency;
162 ScheduleDAGRRList(MachineFunction &mf, bool needlatency,
166 NeedLatency(needlatency), AvailableQueue(availqueue), CurCycle(0),
170 if (DisableSchedCycles || !NeedLatency)
266 return !NeedLatency;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 128 /// NeedLatency - True if the scheduler will make use of latency information.
130 bool NeedLatency;
166 ScheduleDAGRRList(MachineFunction &mf, bool needlatency,
170 NeedLatency(needlatency), AvailableQueue(availqueue), CurCycle(0),
174 if (DisableSchedCycles || !NeedLatency)
274 return !NeedLatency;
    [all...]

Completed in 65 milliseconds