Home
last modified time | relevance | path

Searched refs:isPotentiallyReachableFromMany (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCFG.cpp240 bool llvm::isPotentiallyReachableFromMany( in isPotentiallyReachableFromMany() function in llvm
279 return isPotentiallyReachableFromMany(Worklist, B, ExclusionSet, DT, LI); in isPotentiallyReachable()
319 return isPotentiallyReachableFromMany(Worklist, B->getParent(), in isPotentiallyReachable()
H A DBasicAliasAnalysis.cpp218 !isPotentiallyReachableFromMany(Succs, BB, nullptr, DT, LI); in isNotInCycle()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCFG.h95 LLVM_ABI bool isPotentiallyReachableFromMany(
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1662 isPotentiallyReachableFromMany(ReachabilityWorklist, Store->getParent(), in performStackMoveOptzn()