Searched refs:IfFalse (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/llvm/lib/Transforms/Utils/ |
| HD | BasicBlockUtils.cpp | 786 BasicBlock *&IfFalse) { in GetIfCondition() argument 841 IfFalse = Pred2; in GetIfCondition() 845 IfFalse = Pred1; in GetIfCondition() 869 IfFalse = Pred2; in GetIfCondition() 872 IfFalse = Pred1; in GetIfCondition()
|
| HD | SimplifyCFG.cpp | 1787 BasicBlock *IfTrue, *IfFalse; in FoldTwoEntryPHINode() local 1788 Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse); in FoldTwoEntryPHINode() 1875 << IfTrue->getName() << " F: " << IfFalse->getName() << "\n"); in FoldTwoEntryPHINode() 1895 Value *TrueVal = PN->getIncomingValue(PN->getIncomingBlock(0) == IfFalse); in FoldTwoEntryPHINode()
|
| /NextBSD/contrib/llvm/include/llvm/Transforms/Utils/ |
| HD | BasicBlockUtils.h | 312 BasicBlock *&IfFalse);
|
| /NextBSD/contrib/llvm/include/llvm/IR/ |
| HD | Instructions.h | 2691 BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, 2694 BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, 2706 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse, 2708 return new(3) BranchInst(IfTrue, IfFalse, Cond, InsertBefore); 2713 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse, 2715 return new(3) BranchInst(IfTrue, IfFalse, Cond, InsertAtEnd);
|
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | Instructions.cpp | 716 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, in BranchInst() argument 722 Op<-2>() = IfFalse; in BranchInst() 737 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, in BranchInst() argument 743 Op<-2>() = IfFalse; in BranchInst()
|
| /NextBSD/contrib/llvm/lib/Target/AArch64/ |
| HD | AArch64ISelLowering.cpp | 8798 SDValue IfFalse = N->getOperand(2); in performVSelectCombine() local 8804 IfTrue, IfFalse); in performVSelectCombine()
|