HomeSort by: relevance | last modified time | path
    Searched refs:root_begin (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
GenericDomTree.h 297 root_iterator root_begin() { return Roots.begin(); } function in class:llvm::DominatorTreeBase
298 const_root_iterator root_begin() const { return Roots.begin(); } function in class:llvm::DominatorTreeBase
305 return make_range(root_begin(), root_end());
308 return make_range(root_begin(), root_end());
GenericDomTreeConstruction.h 1337 const NodePtr RootBB = IsPostDom ? nullptr : *DT.root_begin();

Completed in 50 milliseconds