Searched refs:break_predicate_ (Results 1 – 1 of 1) sorted by relevance
234 : break_predicate_(break_predicate) {} in GraphOptimizerStagePipeline()269 if (break_predicate_(*result)) return true; in PassThroughAllStages()287 } else if (break_predicate_(*result)) { in PassThroughAllStagesWithStatus()306 std::function<bool(const Result&)> break_predicate_; variable