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

/external/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h43 /// SDep - Scheduling dependency. This represents one direction of an
45 class SDep { class in namespace:llvm
95 /// SDep - Construct a null SDep. This is only for use by container
97 /// have null SDep edges.
98 SDep() : Dep(nullptr, Data) {} function in class:llvm::SDep
100 /// SDep - Construct an SDep with the specified values.
101 SDep(SUnit *S, Kind kind, unsigned Reg) function in class:llvm::SDep
109 "SDep
119 SDep(SUnit *S, OrderKind kind) function in class:llvm::SDep
[all...]

Completed in 118 milliseconds