Searched refs:predBranch (Results 1 – 1 of 1) sorted by relevance
342 auto predBranch = dyn_cast<CondBranchOp>(predecessor->getTerminator()); in matchAndRewrite() local343 if (!predBranch || condbr.getCondition() != predBranch.getCondition()) in matchAndRewrite()347 if (currentBlock == predBranch.getTrueDest()) in matchAndRewrite()