Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4011 Value *BICond = VMap[BI->getCondition()]; in performBranchToCommonDestFolding() local
4013 createLogicalOp(Builder, Opc, PBI->getCondition(), BICond, "or.cond")); in performBranchToCommonDestFolding()
4671 Value *BICond = BI->getCondition(); in SimplifyCondBranchToCondBranch() local
4673 BICond = Builder.CreateNot(BICond, BICond->getName() + ".not"); in SimplifyCondBranchToCondBranch()
4677 createLogicalOp(Builder, Instruction::Or, PBICond, BICond, "brmerge"); in SimplifyCondBranchToCondBranch()