Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp663 const Instruction *ToI, const Function &ToFn, in isPotentiallyReachable() argument
668 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 …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h399 Attributor &A, const Instruction &FromI, const Function &ToFn,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp8958 if (const auto *ToFn = in IsInvalidSMECallConversion() local
8961 ToFn->getAArch64SMEAttributes() & FunctionType::SME_AttributeMask; in IsInvalidSMECallConversion()
8971 if (const auto *ToFn = in IsInvalidCmseNSCallConversion() local
8975 FunctionType::ExtInfo ToEInfo = ToFn->getExtInfo(); in IsInvalidCmseNSCallConversion()
H A DSemaChecking.cpp12075 if (const auto *ToFn = To->getAs<FunctionType>()) { in AdjustingCFIUncheckedCallee() local
12077 !ToFn->getCFIUncheckedCalleeAttr()) in AdjustingCFIUncheckedCallee()
12080 ToFn->getCFIUncheckedCalleeAttr()) in AdjustingCFIUncheckedCallee()
H A DSemaOverload.cpp1944 const auto *ToFn = cast<FunctionType>(CanTo); in IsFunctionConversion() local
1945 FunctionType::ExtInfo ToEInfo = ToFn->getExtInfo(); in IsFunctionConversion()
1956 const auto *ToFPT = dyn_cast<FunctionProtoType>(ToFn); in IsFunctionConversion()