Home
last modified time | relevance | path

Searched refs:isPotentiallyReachable (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCFG.h70 LLVM_ABI bool isPotentiallyReachable(
81 LLVM_ABI bool isPotentiallyReachable(
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCFG.cpp258 bool llvm::isPotentiallyReachable( in isPotentiallyReachable() function in llvm
282 bool llvm::isPotentiallyReachable( in isPotentiallyReachable() function in llvm
323 return isPotentiallyReachable( in isPotentiallyReachable()
H A DCaptureTracking.cpp114 return !isPotentiallyReachable(I, BeforeHere, nullptr, DT, LI); in isSafeToPrune()
H A DBasicAliasAnalysis.cpp254 return !isPotentiallyReachable(CaptureInst, I, nullptr, &DT, LI); in getCapturesBefore()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp40 if (isPotentiallyReachable(Insts[I], Insts[J], nullptr, DT, LI)) in maybeReachableFromEachOther()
64 if (!isPotentiallyReachable(Start, RI, nullptr, &DT, &LI)) in forAllReachableExits()
72 !isPotentiallyReachable(Start, RI, &EndBlocks, &DT, &LI)) { in forAllReachableExits()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp850 (isPotentiallyReachable(BB1, BB) || in ProcessBlockPRE()
851 isPotentiallyReachable(BB, BB1))) { in ProcessBlockPRE()
H A DDwarfEHPrepare.cpp139 if (isPotentiallyReachable(LP, RI, nullptr, &DTU->getDomTree())) { in pruneUnreachableResumes()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp668 assert(isPotentiallyReachable(&*Start, &*After) && in InsertSafepointPoll()
H A DGVN.cpp1227 return !isPotentiallyReachable(From, To, &Exclusion, DT); in liesBetween()
1263 isPotentiallyReachable(I, Load, nullptr, DT)) { in findMayClobberedPtrAccess()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp662 isPotentiallyReachable(Attributor &A, const Instruction &FromI, in isPotentiallyReachable() function
818 bool AA::isPotentiallyReachable( in isPotentiallyReachable() function in AA
824 return ::isPotentiallyReachable(A, FromI, &ToI, *ToFn, QueryingAA, in isPotentiallyReachable()
828 bool AA::isPotentiallyReachable( in isPotentiallyReachable() function in AA
833 return ::isPotentiallyReachable(A, FromI, /* ToI */ nullptr, ToFn, QueryingAA, in isPotentiallyReachable()
H A DAttributorAttributes.cpp1295 if (!AA::isPotentiallyReachable(A, I, *Acc.getRemoteInst(), QueryingAA, in forallInterferingAccesses()
1302 if (!AA::isPotentiallyReachable(A, *Acc.getRemoteInst(), I, QueryingAA, in forallInterferingAccesses()
3958 if (!AA::isPotentiallyReachable( in isKnownNoAliasDueToNoAliasPreservation()
5644 if (AA::isPotentiallyReachable( in updateImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h391 LLVM_ABI bool isPotentiallyReachable(
398 LLVM_ABI bool isPotentiallyReachable(
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp655 return !isPotentiallyReachable(&NewF->getEntryBlock(), BB, nullptr, in salvageDebugInfo()