Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributor.cpp573 const Instruction *CurFromI = Worklist.pop_back_val(); in isPotentiallyReachable() local
574 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()