Searched refs:GoBackwardsCB (Results 1 – 2 of 2) sorted by relevance
665 std::function<bool(const Function &F)> GoBackwardsCB) { in isPotentiallyReachable() argument668 << 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() argument824 ExclusionSet, GoBackwardsCB); in isPotentiallyReachable()831 std::function<bool(const Function &F)> GoBackwardsCB) { in isPotentiallyReachable() argument[all …]
385 std::function<bool(const Function &F)> GoBackwardsCB = nullptr);392 std::function<bool(const Function &F)> GoBackwardsCB = nullptr);