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

  /external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 127 /// PendingLoads - Remember where unknown loads are after the most recent
130 std::vector<SUnit *> PendingLoads;
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 836 for (unsigned k = 0, m = PendingLoads.size(); k != m; ++k)
837 addChainDependency(AA, MFI, SU, PendingLoads[k], RejectMemNodes,
    [all...]
  /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 224 milliseconds