Searched refs:restrictCopyAtRuntime (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | ConvertExpr.cpp | 2794 llvm::Optional<mlir::Value> restrictCopyAtRuntime, in genCopyIn() argument 2798 if (!restrictCopyAtRuntime) { in genCopyIn() 2803 CopyOutPair{actualArg, temp, doCopyOut, restrictCopyAtRuntime}); in genCopyIn() 2812 .genIfOp(loc, {addrType}, *restrictCopyAtRuntime, in genCopyIn() 2828 CopyOutPair{actualArg, temp, doCopyOut, restrictCopyAtRuntime}); in genCopyIn()
|