Searched defs:getSUnit (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h265 /// getSUnit - Return an existing SUnit for this MI, or NULL.
266 SUnit *getSUnit(MachineInstr *MI) const;
339 /// getSUnit - Return an existing SUnit for this MI, or NULL.
340 inline SUnit *ScheduleDAGInstrs::getSUnit(MachineInstr *MI) const { function in class:llvm::ScheduleDAGInstrs
H A DScheduleDAG.h173 //// getSUnit - Return the SUnit to which this edge points.
174 SUnit *getSUnit() const { function in class:llvm::SDep
423 if (Preds[i].getSUnit() == N)
431 if (Succs[i].getSUnit() == N)
607 return Node->Preds[Operand].getSUnit();

Completed in 109 milliseconds