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

/external/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h28 class SUnit;
74 /// Dep - A pointer to the depending/depended-on SUnit, and an enum
76 PointerIntPair<SUnit *, 2, Kind> Dep;
101 SDep(SUnit *S, Kind kind, unsigned Reg)
119 SDep(SUnit *S, OrderKind kind)
159 //// getSUnit - Return the SUnit to which this edge points.
160 SUnit *getSUnit() const {
164 //// setSUnit - Assign the SUnit to which this edge points.
165 void setSUnit(SUnit *SU) {
260 /// SUnit
261 class SUnit { class in namespace:llvm
325 SUnit(SDNode *node, unsigned nodenum) function
341 SUnit(MachineInstr *instr, unsigned nodenum) function
356 SUnit() function
[all...]

Completed in 85 milliseconds