Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h397 inline SUnit *ScheduleDAGInstrs::getSUnit(MachineInstr *MI) const { in getSUnit() function
H A DScheduleDAG.h498 inline SUnit *SDep::getSUnit() const { return Dep.getPointer(); } in getSUnit() function