Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeMoverUtils.h79 LLVM_ABI bool nonStrictlyPostDominate(const BasicBlock *ThisBlock,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp449 bool llvm::nonStrictlyPostDominate(const BasicBlock *ThisBlock, in nonStrictlyPostDominate() function in llvm
489 return nonStrictlyPostDominate(BB1, BB0, DT, PDT); in isReachedBefore()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp425 nonStrictlyPostDominate(LHSEntryBlock, RHSEntryBlock, DT, LHS.PDT); in operator ()()
427 nonStrictlyPostDominate(RHSEntryBlock, LHSEntryBlock, DT, LHS.PDT); in operator ()()