Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributor.cpp591 const Instruction *ToI, const Function &ToFn, in isPotentiallyReachable() argument
596 dbgs() << "[AA] isPotentiallyReachable @" << ToFn.getName() << " from " in isPotentiallyReachable()
611 LLVM_DEBUG(dbgs() << "[AA] check @" << ToFn.getName() << " from " << FromI in isPotentiallyReachable()
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()
650 LLVM_DEBUG(dbgs() << "[AA] Entry " << EntryI << " of @" << ToFn.getName() in isPotentiallyReachable()
660 Result = FnReachabilityAA.instructionCanReach(A, *CurFromI, ToFn, in isPotentiallyReachable()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h371 Attributor &A, const Instruction &FromI, const Function &ToFn,
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp1672 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 DSemaExpr.cpp9466 if (const auto *ToFn = in IsInvalidCmseNSCallConversion() local
9470 FunctionType::ExtInfo ToEInfo = ToFn->getExtInfo(); in IsInvalidCmseNSCallConversion()