Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/ControlFlow/IR/
H A DControlFlowOps.cpp342 auto predBranch = dyn_cast<CondBranchOp>(predecessor->getTerminator()); in matchAndRewrite() local
343 if (!predBranch || condbr.getCondition() != predBranch.getCondition()) in matchAndRewrite()
347 if (currentBlock == predBranch.getTrueDest()) in matchAndRewrite()