#include "mlir/Analysis/SliceAnalysis.h"
Definition at line 43 of file SliceAnalysis.h.
◆ SliceOptions() [1/2]
mlir::SliceOptions::SliceOptions |
|
inline |
◆ SliceOptions() [2/2]
mlir::SliceOptions::SliceOptions |
|
inline |
◆ omitBlockArguments
bool mlir::BackwardSliceOptions::omitBlockArguments = false |
When omitBlockArguments is true, the backward slice computation omits traversing any block arguments.
When omitBlockArguments is false, the backward slice computation traverses block arguments and asserts that the parent op has a single region with a single block.
Definition at line 49 of file SliceAnalysis.h.
The documentation for this struct was generated from the following file: