Searched refs:CurFromI (Results 1 – 1 of 1) sorted by relevance
706 const Instruction *CurFromI = Worklist.pop_back_val(); in isPotentiallyReachable() local707 if (!Visited.insert(CurFromI).second) in isPotentiallyReachable()710 const Function *FromFn = CurFromI->getFunction(); in isPotentiallyReachable()714 LLVM_DEBUG(dbgs() << "[AA] check " << *ToI << " from " << *CurFromI in isPotentiallyReachable()719 A, *CurFromI, *ToI, ExclusionSet); in isPotentiallyReachable()720 LLVM_DEBUG(dbgs() << "[AA] " << *CurFromI << " " in isPotentiallyReachable()745 A, *CurFromI, ToFn, ExclusionSet); in isPotentiallyReachable()746 LLVM_DEBUG(dbgs() << "[AA] " << *CurFromI << " in @" << FromFn->getName() in isPotentiallyReachable()758 A, *CurFromI, Ret, ExclusionSet); in isPotentiallyReachable()759 LLVM_DEBUG(dbgs() << "[AA][Ret] " << *CurFromI << " " in isPotentiallyReachable()[all …]