Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DAttributor.cpp622 const Instruction *CurFromI = Worklist.pop_back_val(); in isPotentiallyReachable() local
623 if (!Visited.insert(CurFromI).second) in isPotentiallyReachable()
626 const Function *FromFn = CurFromI->getFunction(); in isPotentiallyReachable()
630 LLVM_DEBUG(dbgs() << "[AA] check " << *ToI << " from " << *CurFromI in isPotentiallyReachable()
635 ReachabilityAA.isAssumedReachable(A, *CurFromI, *ToI, ExclusionSet); in isPotentiallyReachable()
636 LLVM_DEBUG(dbgs() << "[AA] " << *CurFromI << " " in isPotentiallyReachable()
660 Result = FnReachabilityAA.instructionCanReach(A, *CurFromI, ToFn, in isPotentiallyReachable()
662 LLVM_DEBUG(dbgs() << "[AA] " << *CurFromI << " in @" << FromFn->getName() in isPotentiallyReachable()
674 ReachabilityAA.isAssumedReachable(A, *CurFromI, Ret, ExclusionSet); in isPotentiallyReachable()
675 LLVM_DEBUG(dbgs() << "[AA][Ret] " << *CurFromI << " " in isPotentiallyReachable()
[all …]