Home
last modified time | relevance | path

Searched defs:hasDomTree (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/Analysis/
H A DGenericDomTreeUpdater.h64 bool hasDomTree() const { return DT != nullptr; } hasDomTree() function
/llvm-project/bolt/include/bolt/Core/
H A DBinaryFunction.h839 bool hasDomTree() const { return BDT != nullptr; } hasDomTree() function