Searched refs:SSACFG (Results 1 – 8 of 8) sorted by relevance
25 control flow semantics. RegionKind::SSACFG represents an47 return getRegionKind(index) == RegionKind::SSACFG;
27 SSACFG, enumerator
40 let summary = "An operation with a name containing a single `SSACFG` region";172 SSACFG region containing a single block which can contain any
479 // Ensure that SSACFG regions of operations in GRAPH regions are498 // Ensure that SSACFG regions of operations in GRAPH regions are
352 [SSACFG region](#control-flow-and-ssacfg-regions) containing a single block361 An MLIR Function is an operation with a name containing a single [SSACFG439 [terminator operation](#terminator-operations). In [SSACFG504 regions: [SSACFG regions](#control-flow-and-ssacfg-regions), which describe561 ### Control Flow and SSACFG Regions564 [RegionKind::SSACFG](Interfaces.md#regionkindinterfaces). Informally, these601 func @accelerator_compute(i64, i1) -> i64 { // An SSACFG region611 accelerator.launch() { // An SSACFG region
229 …- RegionKind::SSACFG - represents an [SSA-style control flow](LangRef.md#modeling-control-flow) re…
519 return RegionKind::SSACFG; in getRegionKind()
1319 let summary = "operation with an SSACFG region";1321 Test op that defines an SSACFG region.