Home
last modified time | relevance | path

Searched refs:GoBackwardsCB (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp665 std::function<bool(const Function &F)> GoBackwardsCB) { in isPotentiallyReachable() argument
668 << FromI << " [GBCB: " << bool(GoBackwardsCB) << "][#ExS: " in isPotentiallyReachable()
681 if (GoBackwardsCB && &ToFn != FromI.getFunction() && in isPotentiallyReachable()
682 !GoBackwardsCB(*FromI.getFunction()) && ToFn.hasFnAttribute("kernel") && in isPotentiallyReachable()
694 if (!GoBackwardsCB && !ExclusionSet) { in isPotentiallyReachable()
773 if (!GoBackwardsCB) { in isPotentiallyReachable()
781 if (!GoBackwardsCB(*FromFn)) in isPotentiallyReachable()
821 std::function<bool(const Function &F)> GoBackwardsCB) { in isPotentiallyReachable() argument
824 ExclusionSet, GoBackwardsCB); in isPotentiallyReachable()
831 std::function<bool(const Function &F)> GoBackwardsCB) { in isPotentiallyReachable() argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h385 std::function<bool(const Function &F)> GoBackwardsCB = nullptr);
392 std::function<bool(const Function &F)> GoBackwardsCB = nullptr);