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

  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 449 for (unsigned k = 0, m = PendingLoads.size(); k != m; ++k)
450 PendingLoads[k]->addPred(SDep(SU, SDep::Order, TrueMemOrderLatency));
460 PendingLoads.clear();
496 // Add dependencies from all the PendingLoads, i.e. loads
498 for (unsigned k = 0, m = PendingLoads.size(); k != m; ++k)
499 PendingLoads[k]->addPred(SDep(SU, SDep::Order, TrueMemOrderLatency));
546 PendingLoads.push_back(SU);
565 PendingLoads.clear();
ScheduleDAGInstrs.h 114 /// PendingLoads - Remember where unknown loads are after the most recent
117 std::vector<SUnit *> PendingLoads;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 111 /// PendingLoads - Loads are not emitted to the program immediately. We bunch
115 SmallVector<SDValue, 8> PendingLoads;
SelectionDAGBuilder.cpp     [all...]

Completed in 617 milliseconds