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

Completed in 69 milliseconds