Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp333 BasicBlock *IfTrue, *IfFalse; in canProveExitOnFirstIteration() local
336 m_BasicBlock(IfTrue), m_BasicBlock(IfFalse)))) { in canProveExitOnFirstIteration()
362 if (L->contains(IfTrue) && L->contains(IfFalse)) in canProveExitOnFirstIteration()
375 MarkLiveEdge(BB, IfFalse); in canProveExitOnFirstIteration()
/openbsd/gnu/llvm/llvm/lib/FuzzMutate/
H A DIRMutator.cpp376 BasicBlock *IfFalse = BasicBlock::Create(C, "F", F); in mutate() local
380 BranchInst *Branch = BranchInst::Create(IfTrue, IfFalse, Cond); in mutate()
384 connectBlocksToSink({IfTrue, IfFalse}, Sink, IB); in mutate()
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.h565 void setTwoSuccessors(VPBlockBase *IfTrue, VPBlockBase *IfFalse) { in setTwoSuccessors() argument
568 appendSuccessor(IfFalse); in setTwoSuccessors()
2501 static void insertTwoBlocksAfter(VPBlockBase *IfTrue, VPBlockBase *IfFalse, in insertTwoBlocksAfter() argument
2505 assert(IfFalse->getSuccessors().empty() && in insertTwoBlocksAfter()
2507 BlockPtr->setTwoSuccessors(IfTrue, IfFalse); in insertTwoBlocksAfter()
2509 IfFalse->setPredecessors({BlockPtr}); in insertTwoBlocksAfter()
2511 IfFalse->setParent(BlockPtr->getParent()); in insertTwoBlocksAfter()
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h486 BasicBlock *&IfFalse);
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp1603 BasicBlock *&IfFalse) { in GetIfCondition() argument
1658 IfFalse = Pred2; in GetIfCondition()
1662 IfFalse = Pred1; in GetIfCondition()
1686 IfFalse = Pred2; in GetIfCondition()
1689 IfFalse = Pred1; in GetIfCondition()
H A DSimplifyCFG.cpp3311 BasicBlock *IfTrue, *IfFalse; in FoldTwoEntryPHINode() local
3312 BranchInst *DomBI = GetIfCondition(BB, IfTrue, IfFalse); in FoldTwoEntryPHINode()
3448 << " F: " << IfFalse->getName() << "\n"); in FoldTwoEntryPHINode()
3467 Value *FalseVal = PN->getIncomingValueForBlock(IfFalse); in FoldTwoEntryPHINode()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DInstructions.h3153 BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
3156 BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
3200 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse,
3202 return new(3) BranchInst(IfTrue, IfFalse, Cond, InsertBefore);
3209 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse,
3211 return new(3) BranchInst(IfTrue, IfFalse, Cond, InsertAtEnd);
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2463 Value *IfTrue, *IfFalse; in foldSelectToPhiImpl() local
2469 IfFalse = Sel.getFalseValue(); in foldSelectToPhiImpl()
2474 IfFalse = Sel.getTrueValue(); in foldSelectToPhiImpl()
2496 Inputs[Pred] = IfFalse->DoPHITranslation(BB, Pred); in foldSelectToPhiImpl()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp1379 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, in BranchInst() argument
1386 Op<-2>() = IfFalse; in BranchInst()
1400 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, in BranchInst() argument
1406 Op<-2>() = IfFalse; in BranchInst()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp20614 SDValue IfFalse = N->getOperand(2); in performVSelectCombine() local
20619 IfTrue, IfFalse); in performVSelectCombine()