Lines Matching defs:ToI
662 const Instruction *ToI, const Function &ToFn,
690 // that can reach ToI. Only if a set of blocks through which we cannot go is
712 if (!ToI)
714 LLVM_DEBUG(dbgs() << "[AA] check " << *ToI << " from " << *CurFromI
719 A, *CurFromI, *ToI, ExclusionSet);
722 << *ToI << " [Intra]\n");
728 if (!ToFn.isDeclaration() && ToI) {
733 A, EntryI, *ToI, ExclusionSet);
736 << "reach @" << *ToI << " [ToFn]\n");
740 // The entry of the ToFn can reach the instruction ToI. If the current
780 // could not find a way to reach ToFn/ToI.
818 Attributor &A, const Instruction &FromI, const Instruction &ToI,
822 const Function *ToFn = ToI.getFunction();
823 return ::isPotentiallyReachable(A, FromI, &ToI, *ToFn, QueryingAA,
832 return ::isPotentiallyReachable(A, FromI, /* ToI */ nullptr, ToFn, QueryingAA,