Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp662 const Instruction *ToI, const Function &ToFn, in isPotentiallyReachable() argument
667 dbgs() << "[AA] isPotentiallyReachable @" << ToFn.getName() << " from " in isPotentiallyReachable()
681 if (GoBackwardsCB && &ToFn != FromI.getFunction() && in isPotentiallyReachable()
682 !GoBackwardsCB(*FromI.getFunction()) && ToFn.hasFnAttribute("kernel") && in isPotentiallyReachable()
695 LLVM_DEBUG(dbgs() << "[AA] check @" << ToFn.getName() << " from " << FromI in isPotentiallyReachable()
711 if (FromFn == &ToFn) { in isPotentiallyReachable()
717 QueryingAA, IRPosition::function(ToFn), DepClassTy::OPTIONAL); in isPotentiallyReachable()
728 if (!ToFn.isDeclaration() && ToI) { in isPotentiallyReachable()
730 QueryingAA, IRPosition::function(ToFn), DepClassTy::OPTIONAL); in isPotentiallyReachable()
731 const Instruction &EntryI = ToFn.getEntryBlock().front(); in isPotentiallyReachable()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h389 Attributor &A, const Instruction &FromI, const Function &ToFn,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp1824 const auto *ToFn = cast<FunctionType>(CanTo); in IsFunctionConversion() local
1825 FunctionType::ExtInfo ToEInfo = ToFn->getExtInfo(); in IsFunctionConversion()
1837 const auto *ToFPT = cast<FunctionProtoType>(ToFn); in IsFunctionConversion()
H A DSemaExpr.cpp8812 if (const auto *ToFn = in IsInvalidSMECallConversion() local
8815 ToFn->getAArch64SMEAttributes() & FunctionType::SME_AttributeMask; in IsInvalidSMECallConversion()
8825 if (const auto *ToFn = in IsInvalidCmseNSCallConversion() local
8829 FunctionType::ExtInfo ToEInfo = ToFn->getExtInfo(); in IsInvalidCmseNSCallConversion()