end overloads

Synopses

Declared in <llvm/CodeGen/ScheduleDAG.h>

Return an iterator past the last node in topological order.

Return a const iterator past the last node in topological order.

const_iterator
end() const;

Return Value

  • Iterator past the last node in topological order.

  • Const iterator past the last node in topological order.

Created with MrDocs