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

  /external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp 248 bool ResourcePriorityQueue::isResourceAvailable(SUnit *SU) {
294 if (!isResourceAvailable(SU) || SU->getNode()->getGluedNode()) {
423 if (isResourceAvailable(SU))
439 if (isResourceAvailable(SU))
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 43 bool VLIWResourceModel::isResourceAvailable(SUnit *SU) {
94 if (!isResourceAvailable(SU)) {
490 if (Top.ResourceModel->isResourceAvailable(SU))
497 if (Bot.ResourceModel->isResourceAvailable(SU))

Completed in 150 milliseconds