| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | CFG.h | 70 LLVM_ABI bool isPotentiallyReachable( 81 LLVM_ABI bool isPotentiallyReachable(
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CFG.cpp | 258 bool llvm::isPotentiallyReachable( in isPotentiallyReachable() function in llvm 282 bool llvm::isPotentiallyReachable( in isPotentiallyReachable() function in llvm 323 return isPotentiallyReachable( in isPotentiallyReachable()
|
| H A D | CaptureTracking.cpp | 114 return !isPotentiallyReachable(I, BeforeHere, nullptr, DT, LI); in isSafeToPrune()
|
| H A D | BasicAliasAnalysis.cpp | 254 return !isPotentiallyReachable(CaptureInst, I, nullptr, &DT, LI); in getCapturesBefore()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | MemoryTaggingSupport.cpp | 40 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 D | MachineCSE.cpp | 850 (isPotentiallyReachable(BB1, BB) || in ProcessBlockPRE() 851 isPotentiallyReachable(BB, BB1))) { in ProcessBlockPRE()
|
| H A D | DwarfEHPrepare.cpp | 139 if (isPotentiallyReachable(LP, RI, nullptr, &DTU->getDomTree())) { in pruneUnreachableResumes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | PlaceSafepoints.cpp | 668 assert(isPotentiallyReachable(&*Start, &*After) && in InsertSafepointPoll()
|
| H A D | GVN.cpp | 1227 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 D | Attributor.cpp | 662 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 D | AttributorAttributes.cpp | 1295 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 D | Attributor.h | 391 LLVM_ABI bool isPotentiallyReachable( 398 LLVM_ABI bool isPotentiallyReachable(
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 655 return !isPotentiallyReachable(&NewF->getEntryBlock(), BB, nullptr, in salvageDebugInfo()
|