Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDBasicBlockUtils.cpp786 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()
HDSimplifyCFG.cpp1787 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/
HDBasicBlockUtils.h312 BasicBlock *&IfFalse);
/NextBSD/contrib/llvm/include/llvm/IR/
HDInstructions.h2691 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/
HDInstructions.cpp716 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/
HDAArch64ISelLowering.cpp8798 SDValue IfFalse = N->getOperand(2); in performVSelectCombine() local
8804 IfTrue, IfFalse); in performVSelectCombine()