Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/
H A Dpreserve-branchweights.ll590 define i32 @SimplifyCondBranchToCondBranch(i1 %cmpa, i1 %cmpb) {
591 ; CHECK-LABEL: @SimplifyCondBranchToCondBranch(
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4044 static bool SimplifyCondBranchToCondBranch(BranchInst *PBI, BranchInst *BI, in SimplifyCondBranchToCondBranch() function
6915 if (SimplifyCondBranchToCondBranch(PBI, BI, DTU, DL, TTI)) in simplifyCondBranch()