Searched refs:ToFn (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 591 const Instruction *ToI, const Function &ToFn, in isPotentiallyReachable() argument 627 if (FromFn == &ToFn) { in isPotentiallyReachable() 633 QueryingAA, IRPosition::function(ToFn), DepClassTy::OPTIONAL); in isPotentiallyReachable() 644 if (!ToFn.isDeclaration() && ToI) { in isPotentiallyReachable() 646 QueryingAA, IRPosition::function(ToFn), DepClassTy::OPTIONAL); in isPotentiallyReachable() 647 const Instruction &EntryI = ToFn.getEntryBlock().front(); in isPotentiallyReachable() 660 Result = FnReachabilityAA.instructionCanReach(A, *CurFromI, ToFn, in isPotentiallyReachable() 664 << "reach @" << ToFn.getName() << " [FromFn]\n"); in isPotentiallyReachable() 738 const Function *ToFn = ToI.getFunction(); in isPotentiallyReachable() local 739 return ::isPotentiallyReachable(A, FromI, &ToI, *ToFn, QueryingAA, in isPotentiallyReachable() [all …]
|
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
H A D | Attributor.h | 371 Attributor &A, const Instruction &FromI, const Function &ToFn,
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 1672 const auto *ToFn = cast<FunctionType>(CanTo); in IsFunctionConversion() local 1673 FunctionType::ExtInfo ToEInfo = ToFn->getExtInfo(); in IsFunctionConversion() 1685 const auto *ToFPT = cast<FunctionProtoType>(ToFn); in IsFunctionConversion()
|
H A D | SemaExpr.cpp | 9466 if (const auto *ToFn = in IsInvalidCmseNSCallConversion() local 9470 FunctionType::ExtInfo ToEInfo = ToFn->getExtInfo(); in IsInvalidCmseNSCallConversion()
|