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.cpp3791 Value *BICond = VMap[BI->getCondition()]; in performBranchToCommonDestFolding() local
3793 createLogicalOp(Builder, Opc, PBI->getCondition(), BICond, "or.cond")); in performBranchToCommonDestFolding()
4453 Value *BICond = BI->getCondition(); in SimplifyCondBranchToCondBranch() local
4455 BICond = Builder.CreateNot(BICond, BICond->getName() + ".not"); in SimplifyCondBranchToCondBranch()
4459 createLogicalOp(Builder, Instruction::Or, PBICond, BICond, "brmerge"); in SimplifyCondBranchToCondBranch()