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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 357 SmallVector<std::pair<SUnit *, SDep>, 4> DelDeps;
368 DelDeps.push_back(std::make_pair(SuccSU, D));
371 for (unsigned i = 0, e = DelDeps.size(); i != e; ++i)
372 RemovePred(DelDeps[i].first, DelDeps[i].second);
394 SmallVector<std::pair<SUnit *, SDep>, 4> DelDeps;
404 DelDeps.push_back(std::make_pair(SuccSU, *I));
407 for (unsigned i = 0, e = DelDeps.size(); i != e; ++i) {
408 RemovePred(DelDeps[i].first, DelDeps[i].second)
    [all...]
ScheduleDAGRRList.cpp 945 SmallVector<std::pair<SUnit *, SDep>, 4> DelDeps;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 364 SmallVector<std::pair<SUnit *, SDep>, 4> DelDeps;
375 DelDeps.push_back(std::make_pair(SuccSU, D));
378 for (unsigned i = 0, e = DelDeps.size(); i != e; ++i)
379 RemovePred(DelDeps[i].first, DelDeps[i].second);
401 SmallVector<std::pair<SUnit *, SDep>, 4> DelDeps;
411 DelDeps.push_back(std::make_pair(SuccSU, *I));
414 for (unsigned i = 0, e = DelDeps.size(); i != e; ++i) {
415 RemovePred(DelDeps[i].first, DelDeps[i].second)
    [all...]
ScheduleDAGRRList.cpp     [all...]

Completed in 60 milliseconds