Home
last modified time | relevance | path

Searched refs:getMaxLookAhead (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DScheduleHazardRecognizer.h43 unsigned getMaxLookAhead() const { return MaxLookAhead; } in getMaxLookAhead() function
/external/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp399 assert(i <= (HazardRec->getMaxLookAhead() + MaxMinLatency) && in pickOnlyChoice()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp888 HazardRec->getMaxLookAhead()); in RestoreHazardCheckerBottomUp()