Lines Matching refs:inLoop
140 bool inLoop);
220 mlir::Value ok, bool inLoop = false) { in makeNextConditionalOn() argument
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
675 makeNextConditionalOn(builder, loc, checkResult, ok, inLoop); in genIoLoop()