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

  /external/llvm/include/llvm/CodeGen/
ScheduleHazardRecognizer.h 27 /// MaxLookAhead - Indicate the number of cycles in the scoreboard
29 /// MaxLookAhead=0 identifies a fake recognizer, allowing the client to
31 unsigned MaxLookAhead;
34 ScheduleHazardRecognizer(): MaxLookAhead(0) {}
43 unsigned getMaxLookAhead() const { return MaxLookAhead; }
45 bool isEnabled() const { return MaxLookAhead != 0; }
  /external/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp 68 MaxLookAhead = ScoreboardDepth;

Completed in 241 milliseconds