Searched refs:nonStrictlyPostDominate (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | CodeMoverUtils.h | 73 bool nonStrictlyPostDominate(const BasicBlock *ThisBlock,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeMoverUtils.cpp | 449 bool llvm::nonStrictlyPostDominate(const BasicBlock *ThisBlock, in nonStrictlyPostDominate() function in llvm 490 return nonStrictlyPostDominate(BB1, BB0, DT, PDT); in isReachedBefore()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopFuse.cpp | 426 nonStrictlyPostDominate(LHSEntryBlock, RHSEntryBlock, DT, LHS.PDT); in operator ()() 428 nonStrictlyPostDominate(RHSEntryBlock, LHSEntryBlock, DT, LHS.PDT); in operator ()()
|