Searched refs:CurFromI (Results 1 – 1 of 1) sorted by relevance
573 const Instruction *CurFromI = Worklist.pop_back_val(); in isPotentiallyReachable() local574 if (!Visited.insert(CurFromI).second) in isPotentiallyReachable()577 const Function *FromFn = CurFromI->getFunction(); in isPotentiallyReachable()581 LLVM_DEBUG(dbgs() << "[AA] check " << *ToI << " from " << *CurFromI in isPotentiallyReachable()585 bool Result = ReachabilityAA.isAssumedReachable(A, *CurFromI, *ToI); in isPotentiallyReachable()586 LLVM_DEBUG(dbgs() << "[AA] " << *CurFromI << " " in isPotentiallyReachable()597 A, *CurFromI, ToFn); in isPotentiallyReachable()598 LLVM_DEBUG(dbgs() << "[AA] " << *CurFromI << " in @" << FromFn->getName() in isPotentiallyReachable()630 LLVM_DEBUG(dbgs() << "[AA] stepping back to call sites from " << *CurFromI in isPotentiallyReachable()636 LLVM_DEBUG(dbgs() << "[AA] stepped back to call sites from " << *CurFromI in isPotentiallyReachable()