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 139 /// PendingLoads - Remember where unknown loads are after the most recent
142 std::vector<SUnit *> PendingLoads;
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
SelectionDAGBuilder.h 112 /// PendingLoads - Loads are not emitted to the program immediately. We bunch
116 SmallVector<SDValue, 8> PendingLoads;

Completed in 1974 milliseconds