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

  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGVLIW.cpp 185 std::vector<SUnit*> NotReady;
228 NotReady.push_back(CurSUnit);
232 if (!NotReady.empty()) {
233 AvailableQueue->push_all(NotReady);
234 NotReady.clear();
ScheduleDAGFast.cpp 542 SmallVector<SUnit*, 4> NotReady;
557 NotReady.push_back(CurSU);
569 SUnit *TrySU = NotReady[0];
617 for (unsigned i = 0, e = NotReady.size(); i != e; ++i) {
618 NotReady[i]->isPending = false;
620 if (NotReady[i]->isAvailable)
621 AvailableQueue.push(NotReady[i]);
623 NotReady.clear();
  /external/llvm/lib/CodeGen/
PostRASchedulerList.cpp 651 std::vector<SUnit*> NotReady;
685 NotReady.push_back(CurSUnit);
689 if (!NotReady.empty()) {
690 AvailableQueue.push_all(NotReady);
691 NotReady.clear();
  /external/chromium_org/tools/grit/grit/gather/
skeleton_gatherer.py 73 raise exception.NotReady()

Completed in 190 milliseconds