Home
last modified time | relevance | path

Searched refs:elseFn (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/test/lib/Dialect/SCF/
H A DTestSCFUtils.cpp84 func::FuncOp thenFn, elseFn; in runOnOperation() local
88 std::string("outlined_then") + strCount, &elseFn, in runOnOperation()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SCF/Utils/
H A DUtils.h98 StringRef thenFnName, func::FuncOp *elseFn,
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Utils/
H A DUtils.cpp245 func::FuncOp *elseFn, StringRef elseFnName) { in outlineIfOp() argument
256 if (elseFn && !ifOp.getElseRegion().empty()) { in outlineIfOp()
261 *elseFn = *outlinedFuncOpOrFailure; in outlineIfOp()