Lines Matching defs:ToI
661 const Instruction *ToI, const Function &ToFn,
689 // that can reach ToI. Only if a set of blocks through which we cannot go is
711 if (!ToI)
713 LLVM_DEBUG(dbgs() << "[AA] check " << *ToI << " from " << *CurFromI
718 A, *CurFromI, *ToI, ExclusionSet);
721 << *ToI << " [Intra]\n");
727 if (!ToFn.isDeclaration() && ToI) {
732 A, EntryI, *ToI, ExclusionSet);
735 << "reach @" << *ToI << " [ToFn]\n");
739 // The entry of the ToFn can reach the instruction ToI. If the current
779 // could not find a way to reach ToFn/ToI.
817 Attributor &A, const Instruction &FromI, const Instruction &ToI,
821 const Function *ToFn = ToI.getFunction();
822 return ::isPotentiallyReachable(A, FromI, &ToI, *ToFn, QueryingAA,
831 return ::isPotentiallyReachable(A, FromI, /* ToI */ nullptr, ToFn, QueryingAA,