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

  /external/llvm/lib/CodeGen/
PostRASchedulerList.cpp 51 STATISTIC(NumNoops, "Number of noops inserted");
587 // If we need to emit noops prior to this instruction, then do so.
626 unsigned Noops = 0;
629 ++Noops;
630 assert(Sequence.size() - Noops == ScheduledNodes &&
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 690 unsigned Noops = 0;
693 ++Noops;
694 assert(Sequence.size() - Noops == ScheduledNodes &&
    [all...]

Completed in 1056 milliseconds