Lines Matching defs:shouldPrintAfterPass
174 std::function<bool(Pass *, Operation *)> shouldPrintAfterPass,
181 shouldPrintAfterPass(std::move(shouldPrintAfterPass)), out(out) {
182 assert((this->shouldPrintBeforePass || this->shouldPrintAfterPass) &&
194 if (shouldPrintAfterPass && shouldPrintAfterPass(pass, operation))
200 std::function<bool(Pass *, Operation *)> shouldPrintAfterPass;
296 std::function<bool(Pass *, Operation *)> shouldPrintAfterPass,
303 shouldPrintAfterPass(std::move(shouldPrintAfterPass)),
305 assert((this->shouldPrintBeforePass || this->shouldPrintAfterPass) &&
323 if (!shouldPrintAfterPass || !shouldPrintAfterPass(pass, operation))
335 std::function<bool(Pass *, Operation *)> shouldPrintAfterPass;
361 std::function<bool(Pass *, Operation *)> shouldPrintAfterPass,
366 std::move(shouldPrintBeforePass), std::move(shouldPrintAfterPass),
374 std::function<bool(Pass *, Operation *)> shouldPrintAfterPass,
379 std::move(shouldPrintBeforePass), std::move(shouldPrintAfterPass),