Return a const range over the root blocks.
Synopsis
Declared in <llvm/Support/GenericDomTree.h>
iterator_range<const_root_iterator>
roots() const;
Return Value
A const range covering the root blocks.
Created with MrDocs