Searched refs:FoundSUnit (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp212 SUnit *FoundSUnit = 0; local
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/
H A DPostRASchedulerList.cpp672 SUnit *FoundSUnit = 0; local
680 FoundSUnit = CurSUnit;
697 if (FoundSUnit) {
699 ScheduleNodeTopDown(FoundSUnit, CurCycle);
700 HazardRec->EmitInstruction(FoundSUnit);

Completed in 53 milliseconds