Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.h578 void setTwoSuccessors(VPBlockBase *IfTrue, VPBlockBase *IfFalse, in setTwoSuccessors() argument
584 appendSuccessor(IfFalse); in setTwoSuccessors()
2200 static void insertTwoBlocksAfter(VPBlockBase *IfTrue, VPBlockBase *IfFalse,
2204 assert(IfFalse->getSuccessors().empty() &&
2206 BlockPtr->setTwoSuccessors(IfTrue, IfFalse, Condition);
2208 IfFalse->setPredecessors({BlockPtr});
2210 IfFalse->setParent(BlockPtr->getParent());
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp1460 BasicBlock *&IfFalse) { in GetIfCondition() argument
1515 IfFalse = Pred2; in GetIfCondition()
1519 IfFalse = Pred1; in GetIfCondition()
1543 IfFalse = Pred2; in GetIfCondition()
1546 IfFalse = Pred1; in GetIfCondition()
H A DSimplifyCFG.cpp2713 BasicBlock *IfTrue, *IfFalse; in FoldTwoEntryPHINode() local
2714 Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse); in FoldTwoEntryPHINode()
2823 << " F: " << IfFalse->getName() << "\n"); in FoldTwoEntryPHINode()
2844 Value *TrueVal = PN->getIncomingValue(PN->getIncomingBlock(0) == IfFalse); in FoldTwoEntryPHINode()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h498 BasicBlock *&IfFalse);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h3035 BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
3038 BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
3082 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse,
3084 return new(3) BranchInst(IfTrue, IfFalse, Cond, InsertBefore);
3091 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse,
3093 return new(3) BranchInst(IfTrue, IfFalse, Cond, InsertAtEnd);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2493 Value *IfTrue, *IfFalse; in foldSelectToPhiImpl() local
2499 IfFalse = Sel.getFalseValue(); in foldSelectToPhiImpl()
2504 IfFalse = Sel.getTrueValue(); in foldSelectToPhiImpl()
2526 Inputs[Pred] = IfFalse->DoPHITranslation(BB, Pred); in foldSelectToPhiImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp1239 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, in BranchInst() argument
1245 Op<-2>() = IfFalse; in BranchInst()
1259 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, in BranchInst() argument
1264 Op<-2>() = IfFalse; in BranchInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15440 SDValue IfFalse = N->getOperand(2); in performVSelectCombine() local
15445 IfTrue, IfFalse); in performVSelectCombine()