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

  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGVLIW.cpp 212 SUnit *FoundSUnit = 0;
221 FoundSUnit = CurSUnit;
238 if (FoundSUnit) {
239 scheduleNodeTopDown(FoundSUnit, CurCycle);
240 HazardRec->EmitInstruction(FoundSUnit);
244 if (FoundSUnit->Latency) // Don't increment CurCycle for pseudo-ops!
  /external/llvm/lib/CodeGen/
PostRASchedulerList.cpp 670 SUnit *FoundSUnit = 0;
678 FoundSUnit = CurSUnit;
695 if (FoundSUnit) {
697 ScheduleNodeTopDown(FoundSUnit, CurCycle);
698 HazardRec->EmitInstruction(FoundSUnit);

Completed in 380 milliseconds