Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp140 bool inLoop);
229 if (inLoop) in makeNextConditionalOn()
232 /*withElseRegion=*/inLoop); in makeNextConditionalOn()
466 bool checkResult, mlir::Value &ok, bool inLoop) { in genOutputItemList() argument
471 ok, inLoop); in genOutputItemList()
476 makeNextConditionalOn(builder, loc, checkResult, ok, inLoop); in genOutputItemList()
613 mlir::Value &ok, bool inLoop) { in genInputItemList() argument
618 ok, inLoop); in genInputItemList()
623 makeNextConditionalOn(builder, loc, checkResult, ok, inLoop); in genInputItemList()
671 bool inLoop) { in genIoLoop() argument
[all …]