Searched refs:FromFn (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 710 const Function *FromFn = CurFromI->getFunction(); in isPotentiallyReachable() local 711 if (FromFn == &ToFn) { in isPotentiallyReachable() 743 QueryingAA, IRPosition::function(*FromFn), DepClassTy::OPTIONAL); in isPotentiallyReachable() 746 LLVM_DEBUG(dbgs() << "[AA] " << *CurFromI << " in @" << FromFn->getName() in isPotentiallyReachable() 755 QueryingAA, IRPosition::function(*FromFn), DepClassTy::OPTIONAL); in isPotentiallyReachable() 767 if (A.checkForAllInstructions(ReturnInstCB, FromFn, &QueryingAA, in isPotentiallyReachable() 781 if (!GoBackwardsCB(*FromFn)) in isPotentiallyReachable() 785 << FromFn->getName() << "\n"); in isPotentiallyReachable() 800 Result = !A.checkForAllCallSites(CheckCallSite, *FromFn, in isPotentiallyReachable() 805 << " in @" << FromFn->getName() in isPotentiallyReachable() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 1821 const auto *FromFn = cast<FunctionType>(CanFrom); in IsFunctionConversion() local 1822 FunctionType::ExtInfo FromEInfo = FromFn->getExtInfo(); in IsFunctionConversion() 1831 FromFn = Context.adjustFunctionType(FromFn, FromEInfo.withNoReturn(false)); in IsFunctionConversion() 1836 if (const auto *FromFPT = dyn_cast<FunctionProtoType>(FromFn)) { in IsFunctionConversion() 1839 FromFn = cast<FunctionType>( in IsFunctionConversion() 1859 FromFn = QT->getAs<FunctionType>(); in IsFunctionConversion() 1868 FromFPT = cast<FunctionProtoType>(FromFn); // in case FromFn changed above in IsFunctionConversion() 1879 FromFn = QT->getAs<FunctionType>(); in IsFunctionConversion() 1888 assert(QualType(FromFn, 0).isCanonical()); in IsFunctionConversion() 1889 if (QualType(FromFn, 0) != CanTo) return false; in IsFunctionConversion()
|
H A D | SemaExpr.cpp | 8808 if (const auto *FromFn = in IsInvalidSMECallConversion() local 8811 FromFn->getAArch64SMEAttributes() & FunctionType::SME_AttributeMask; in IsInvalidSMECallConversion() 8827 if (const auto *FromFn = in IsInvalidCmseNSCallConversion() local 8830 FunctionType::ExtInfo FromEInfo = FromFn->getExtInfo(); in IsInvalidCmseNSCallConversion()
|