Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/ControlFlow/IR/
H A DControlFlowOps.cpp208 struct SimplifyConstCondBranchPred : public OpRewritePattern<CondBranchOp> { struct
433 results.add<SimplifyConstCondBranchPred, SimplifyPassThroughCondBranch, in getCanonicalizationPatterns()
/llvm-project-15.0.7/mlir/docs/
H A DPatternRewriter.md362 * Pattern SimplifyConstCondBranchPred : 'cf.cond_br -> ()' {
374 try to apply the `SimplifyConstCondBranchPred`, which fails. From there, another