Searched refs:GoBackwardsCB (Results 1 – 2 of 2) sorted by relevance
552 std::function<bool(const Function &F)> GoBackwardsCB) { in isPotentiallyReachable() argument554 << " from " << FromI << " [GBCB: " << bool(GoBackwardsCB) in isPotentiallyReachable()562 if (!GoBackwardsCB) { in isPotentiallyReachable()606 if (!GoBackwardsCB(*FromFn)) in isPotentiallyReachable()646 std::function<bool(const Function &F)> GoBackwardsCB) { in isPotentiallyReachable() argument648 << FromI << " [GBCB: " << bool(GoBackwardsCB) << "]\n"); in isPotentiallyReachable()651 GoBackwardsCB); in isPotentiallyReachable()657 std::function<bool(const Function &F)> GoBackwardsCB) { in isPotentiallyReachable() argument659 GoBackwardsCB); in isPotentiallyReachable()
280 std::function<bool(const Function &F)> GoBackwardsCB = nullptr);286 std::function<bool(const Function &F)> GoBackwardsCB);