OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getSUnit
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h
175
///
getSUnit
- Return an existing SUnit for this MI, or NULL.
176
SUnit *
getSUnit
(MachineInstr *MI) const;
245
///
getSUnit
- Return an existing SUnit for this MI, or NULL.
246
inline SUnit *ScheduleDAGInstrs::
getSUnit
(MachineInstr *MI) const {
ScheduleDAG.h
159
////
getSUnit
- Return the SUnit to which this edge points.
160
SUnit *
getSUnit
() const {
440
if (Preds[i].
getSUnit
() == N)
448
if (Succs[i].
getSUnit
() == N)
618
return Node->Preds[Operand].
getSUnit
();
Completed in 214 milliseconds