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

  /external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 230 /// PendingLoads - Remember where unknown loads are after the most recent
233 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 34 milliseconds