Lines Matching refs:ToFn
550 const Instruction *ToI, const Function &ToFn, in isPotentiallyReachable() argument
553 LLVM_DEBUG(dbgs() << "[AA] isPotentiallyReachable @" << ToFn.getName() in isPotentiallyReachable()
563 LLVM_DEBUG(dbgs() << "[AA] check @" << ToFn.getName() << " from " << FromI in isPotentiallyReachable()
578 if (FromFn == &ToFn) { in isPotentiallyReachable()
584 QueryingAA, IRPosition::function(ToFn), DepClassTy::OPTIONAL); in isPotentiallyReachable()
597 A, *CurFromI, ToFn); in isPotentiallyReachable()
600 << "reach @" << ToFn.getName() << " [FromFn]\n"); in isPotentiallyReachable()
649 const Function *ToFn = ToI.getFunction(); in isPotentiallyReachable() local
650 return ::isPotentiallyReachable(A, FromI, &ToI, *ToFn, QueryingAA, in isPotentiallyReachable()
655 Attributor &A, const Instruction &FromI, const Function &ToFn, in isPotentiallyReachable() argument
658 return ::isPotentiallyReachable(A, FromI, /* ToI */ nullptr, ToFn, QueryingAA, in isPotentiallyReachable()