| /openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/ |
| D | CFG.h | 69 bool isPotentiallyReachable( 80 bool isPotentiallyReachable(
|
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | CFG.cpp | 207 bool llvm::isPotentiallyReachable( in isPotentiallyReachable() function in llvm 231 bool llvm::isPotentiallyReachable( in isPotentiallyReachable() function in llvm 272 return isPotentiallyReachable( in isPotentiallyReachable()
|
| D | CaptureTracking.cpp | 126 return !isPotentiallyReachable(I, BeforeHere, nullptr, DT, LI); in isSafeToPrune()
|
| D | BasicAliasAnalysis.cpp | 222 !isPotentiallyReachable(Iter.first->second, I, nullptr, &DT, &LI); in isNotCapturedBeforeOrAt()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| D | MemoryTaggingSupport.cpp | 36 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/ |
| D | MachineCSE.cpp | 854 (isPotentiallyReachable(BB1, BB) || in ProcessBlockPRE() 855 isPotentiallyReachable(BB, BB1))) { in ProcessBlockPRE()
|
| D | DwarfEHPrepare.cpp | 138 if (isPotentiallyReachable(LP, RI, nullptr, &DTU->getDomTree())) { in pruneUnreachableResumes()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| D | PlaceSafepoints.cpp | 670 assert(isPotentiallyReachable(&*Start, &*After) && in INITIALIZE_PASS_DEPENDENCY()
|
| D | GVN.cpp | 1046 return !isPotentiallyReachable(From, To, &Exclusion, DT); in liesBetween() 1085 isPotentiallyReachable(I, Load, nullptr, DT)) { in reportMayClobberedLoad()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| D | Attributor.cpp | 590 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()
|
| D | AttributorAttributes.cpp | 1209 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/ |
| D | Attributor.h | 363 bool isPotentiallyReachable( 370 bool isPotentiallyReachable(
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
| D | CoroSplit.cpp | 700 return !isPotentiallyReachable(&NewF->getEntryBlock(), BB, nullptr, in salvageDebugInfo()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| D | InstructionCombining.cpp | 1245 if (isPotentiallyReachable(PN->getParent(), NonSimplifiedBB, nullptr, &DT, in foldOpIntoPhi()
|