Home
last modified time | relevance | path

Searched refs:hasPostDomTree (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDomTreeUpdater.h60 bool hasPostDomTree() const { return PDT != nullptr; } in hasPostDomTree() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp269 assert((!DTU || !DTU->hasPostDomTree()) && in SimplifyCFGOpt()