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.cpp666 std::function<bool(const Function &F)> GoBackwardsCB) { in isPotentiallyReachable() argument
669 << FromI << " [GBCB: " << bool(GoBackwardsCB) << "][#ExS: " in isPotentiallyReachable()
682 if (GoBackwardsCB && &ToFn != FromI.getFunction() && in isPotentiallyReachable()
683 !GoBackwardsCB(*FromI.getFunction()) && A.getInfoCache().isKernel(ToFn) && in isPotentiallyReachable()
695 if (!GoBackwardsCB && !ExclusionSet) { in isPotentiallyReachable()
774 if (!GoBackwardsCB) { in isPotentiallyReachable()
782 if (!GoBackwardsCB(*FromFn)) in isPotentiallyReachable()
822 std::function<bool(const Function &F)> GoBackwardsCB) { in isPotentiallyReachable() argument
825 ExclusionSet, GoBackwardsCB); in isPotentiallyReachable()
832 std::function<bool(const Function &F)> GoBackwardsCB) { in isPotentiallyReachable() argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h395 std::function<bool(const Function &F)> GoBackwardsCB = nullptr);
402 std::function<bool(const Function &F)> GoBackwardsCB = nullptr);