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

/external/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h189 /// getSUnit - Return an existing SUnit for this MI, or NULL.
190 SUnit *getSUnit(MachineInstr *MI) const;
272 /// getSUnit - Return an existing SUnit for this MI, or NULL.
273 inline SUnit *ScheduleDAGInstrs::getSUnit(MachineInstr *MI) const { function in class:llvm::ScheduleDAGInstrs
H A DScheduleDAG.h159 //// getSUnit - Return the SUnit to which this edge points.
160 SUnit *getSUnit() const { function in class:llvm::SDep
454 if (Preds[i].getSUnit() == N)
462 if (Succs[i].getSUnit() == N)
632 return Node->Preds[Operand].getSUnit();

Completed in 480 milliseconds