Searched refs:CurFromI (Results 1 – 1 of 1) sorted by relevance
707 const Instruction *CurFromI = Worklist.pop_back_val(); in isPotentiallyReachable() local708 if (!Visited.insert(CurFromI).second) in isPotentiallyReachable()711 const Function *FromFn = CurFromI->getFunction(); in isPotentiallyReachable()715 LLVM_DEBUG(dbgs() << "[AA] check " << *ToI << " from " << *CurFromI in isPotentiallyReachable()720 A, *CurFromI, *ToI, ExclusionSet); in isPotentiallyReachable()721 LLVM_DEBUG(dbgs() << "[AA] " << *CurFromI << " " in isPotentiallyReachable()746 A, *CurFromI, ToFn, ExclusionSet); in isPotentiallyReachable()747 LLVM_DEBUG(dbgs() << "[AA] " << *CurFromI << " in @" << FromFn->getName() in isPotentiallyReachable()759 A, *CurFromI, Ret, ExclusionSet); in isPotentiallyReachable()760 LLVM_DEBUG(dbgs() << "[AA][Ret] " << *CurFromI << " " in isPotentiallyReachable()[all …]