Searched refs:ToFn (Results 1 – 5 of 5) sorted by relevance
663 const Instruction *ToI, const Function &ToFn, in isPotentiallyReachable() argument668 dbgs() << "[AA] isPotentiallyReachable @" << ToFn.getName() << " from " in isPotentiallyReachable()682 if (GoBackwardsCB && &ToFn != FromI.getFunction() && in isPotentiallyReachable()683 !GoBackwardsCB(*FromI.getFunction()) && A.getInfoCache().isKernel(ToFn) && in isPotentiallyReachable()696 LLVM_DEBUG(dbgs() << "[AA] check @" << ToFn.getName() << " from " << FromI in isPotentiallyReachable()712 if (FromFn == &ToFn) { in isPotentiallyReachable()718 QueryingAA, IRPosition::function(ToFn), DepClassTy::OPTIONAL); in isPotentiallyReachable()729 if (!ToFn.isDeclaration() && ToI) { in isPotentiallyReachable()731 QueryingAA, IRPosition::function(ToFn), DepClassTy::OPTIONAL); in isPotentiallyReachable()732 const Instruction &EntryI = ToFn.getEntryBlock().front(); in isPotentiallyReachable()[all …]
399 Attributor &A, const Instruction &FromI, const Function &ToFn,
8958 if (const auto *ToFn = in IsInvalidSMECallConversion() local8961 ToFn->getAArch64SMEAttributes() & FunctionType::SME_AttributeMask; in IsInvalidSMECallConversion()8971 if (const auto *ToFn = in IsInvalidCmseNSCallConversion() local8975 FunctionType::ExtInfo ToEInfo = ToFn->getExtInfo(); in IsInvalidCmseNSCallConversion()
12075 if (const auto *ToFn = To->getAs<FunctionType>()) { in AdjustingCFIUncheckedCallee() local12077 !ToFn->getCFIUncheckedCalleeAttr()) in AdjustingCFIUncheckedCallee()12080 ToFn->getCFIUncheckedCalleeAttr()) in AdjustingCFIUncheckedCallee()
1944 const auto *ToFn = cast<FunctionType>(CanTo); in IsFunctionConversion() local1945 FunctionType::ExtInfo ToEInfo = ToFn->getExtInfo(); in IsFunctionConversion()1956 const auto *ToFPT = dyn_cast<FunctionProtoType>(ToFn); in IsFunctionConversion()