Return the last element of the PriorityWorklist.
Synopsis
Declared in <llvm/ADT/PriorityWorklist.h>
T const&
back() const;
Return Value
A const reference to the last element.
Created with MrDocs
Return the last element of the PriorityWorklist.
Declared in <llvm/ADT/PriorityWorklist.h>
T const&
back() const;
A const reference to the last element.
Created with MrDocs