Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DCFG.h69 bool isPotentiallyReachable(
80 bool isPotentiallyReachable(
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DCFG.cpp207 bool llvm::isPotentiallyReachable( in isPotentiallyReachable() function in llvm
231 bool llvm::isPotentiallyReachable( in isPotentiallyReachable() function in llvm
272 return isPotentiallyReachable( in isPotentiallyReachable()
DCaptureTracking.cpp126 return !isPotentiallyReachable(I, BeforeHere, nullptr, DT, LI); in isSafeToPrune()
DBasicAliasAnalysis.cpp222 !isPotentiallyReachable(Iter.first->second, I, nullptr, &DT, &LI); in isNotCapturedBeforeOrAt()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DMemoryTaggingSupport.cpp36 if (isPotentiallyReachable(Insts[I], Insts[J], nullptr, DT, LI)) in maybeReachableFromEachOther()
60 if (!isPotentiallyReachable(Start, RI, nullptr, &DT, &LI)) in forAllReachableExits()
68 !isPotentiallyReachable(Start, RI, &EndBlocks, &DT, &LI)) { in forAllReachableExits()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineCSE.cpp854 (isPotentiallyReachable(BB1, BB) || in ProcessBlockPRE()
855 isPotentiallyReachable(BB, BB1))) { in ProcessBlockPRE()
DDwarfEHPrepare.cpp138 if (isPotentiallyReachable(LP, RI, nullptr, &DTU->getDomTree())) { in pruneUnreachableResumes()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp670 assert(isPotentiallyReachable(&*Start, &*After) && in INITIALIZE_PASS_DEPENDENCY()
DGVN.cpp1046 return !isPotentiallyReachable(From, To, &Exclusion, DT); in liesBetween()
1085 isPotentiallyReachable(I, Load, nullptr, DT)) { in reportMayClobberedLoad()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DAttributor.cpp590 isPotentiallyReachable(Attributor &A, const Instruction &FromI, in isPotentiallyReachable() function
733 bool AA::isPotentiallyReachable( in isPotentiallyReachable() function in AA
739 return ::isPotentiallyReachable(A, FromI, &ToI, *ToFn, QueryingAA, in isPotentiallyReachable()
743 bool AA::isPotentiallyReachable( in isPotentiallyReachable() function in AA
748 return ::isPotentiallyReachable(A, FromI, /* ToI */ nullptr, ToFn, QueryingAA, in isPotentiallyReachable()
DAttributorAttributes.cpp1209 if (!AA::isPotentiallyReachable(A, I, *Acc.getRemoteInst(), QueryingAA, in forallInterferingAccesses()
1216 if (!AA::isPotentiallyReachable(A, *Acc.getRemoteInst(), I, QueryingAA, in forallInterferingAccesses()
3883 if (!AA::isPotentiallyReachable( in isKnownNoAliasDueToNoAliasPreservation()
5543 if (AA::isPotentiallyReachable( in updateImpl()
/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
DAttributor.h363 bool isPotentiallyReachable(
370 bool isPotentiallyReachable(
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp700 return !isPotentiallyReachable(&NewF->getEntryBlock(), BB, nullptr, in salvageDebugInfo()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1245 if (isPotentiallyReachable(PN->getParent(), NonSimplifiedBB, nullptr, &DT, in foldOpIntoPhi()