Searched refs:WhileOutlinePass (Results 1 – 1 of 1) sorted by relevance
41 class WhileOutlinePass class42 : public mlir::PassWrapper<WhileOutlinePass, OperationPass<ModuleOp>> {44 explicit WhileOutlinePass() {} in WhileOutlinePass() function in mlir::TFL::__anon6824fc090111::WhileOutlinePass59 std::string WhileOutlinePass::GetName(Operation* op, StringRef suffix) { in GetName()99 void WhileOutlinePass::OutlineWhile(WhileOp while_op) { in OutlineWhile()265 void WhileOutlinePass::runOnOperation() { in runOnOperation()273 return std::make_unique<WhileOutlinePass>(); in CreateWhileOutlinePass()276 static PassRegistration<WhileOutlinePass> pass(