Home
last modified time | relevance | path

Searched defs:forceLoopToExecuteOnce (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/lib/Optimizer/Transforms/
H A DRewriteLoop.cpp35 CfgLoopConv(mlir::MLIRContext *ctx, bool forceLoopToExecuteOnce) in CfgLoopConv()
133 bool forceLoopToExecuteOnce; member in __anon091480d90111::CfgLoopConv
141 CfgIfConv(mlir::MLIRContext *ctx, bool forceLoopToExecuteOnce) in CfgIfConv()
206 CfgIterWhileConv(mlir::MLIRContext *ctx, bool forceLoopToExecuteOnce) in CfgIterWhileConv()
/llvm-project-15.0.7/flang/lib/Lower/
H A DBridge.cpp61 static llvm::cl::opt<bool> forceLoopToExecuteOnce( variable