Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DGenericDomTreeUpdater.h67 bool hasPostDomTree() const { return PDT != nullptr; } in hasPostDomTree() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp265 assert((!getDomTreeUpdater()->hasPostDomTree() || in run()
273 assert((!getDomTreeUpdater()->hasPostDomTree() || in run()
3161 assert((!DTU->hasPostDomTree() || in runExternalAnalysis()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp293 assert((!DTU || !DTU->hasPostDomTree()) && in SimplifyCFGOpt()