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

  /external/llvm/lib/CodeGen/
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;

Completed in 1306 milliseconds