Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp334 BasicBlock *IfTrue, *IfFalse; in canProveExitOnFirstIteration() local
337 m_BasicBlock(IfTrue), m_BasicBlock(IfFalse)))) { in canProveExitOnFirstIteration()
363 if (L->contains(IfTrue) && L->contains(IfFalse)) in canProveExitOnFirstIteration()
376 MarkLiveEdge(BB, IfFalse); in canProveExitOnFirstIteration()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlan.h560 void setTwoSuccessors(VPBlockBase *IfTrue, VPBlockBase *IfFalse) { in setTwoSuccessors() argument
563 appendSuccessor(IfFalse); in setTwoSuccessors()
2842 static void insertTwoBlocksAfter(VPBlockBase *IfTrue, VPBlockBase *IfFalse,
2846 assert(IfFalse->getSuccessors().empty() &&
2848 BlockPtr->setTwoSuccessors(IfTrue, IfFalse);
2850 IfFalse->setPredecessors({BlockPtr});
2852 IfFalse->setParent(BlockPtr->getParent());
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp1486 BasicBlock *&IfFalse) { in GetIfCondition() argument
1541 IfFalse = Pred2; in GetIfCondition()
1545 IfFalse = Pred1; in GetIfCondition()
1569 IfFalse = Pred2; in GetIfCondition()
1572 IfFalse = Pred1; in GetIfCondition()
H A DSimplifyCFG.cpp3152 BasicBlock *IfTrue, *IfFalse; in FoldTwoEntryPHINode() local
3153 BranchInst *DomBI = GetIfCondition(BB, IfTrue, IfFalse); in FoldTwoEntryPHINode()
3289 << " F: " << IfFalse->getName() << "\n"); in FoldTwoEntryPHINode()
3308 Value *FalseVal = PN->getIncomingValueForBlock(IfFalse); in FoldTwoEntryPHINode()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h481 BasicBlock *&IfFalse);
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstructions.h3113 BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
3116 BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
3160 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse,
3162 return new(3) BranchInst(IfTrue, IfFalse, Cond, InsertBefore);
3169 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse,
3171 return new(3) BranchInst(IfTrue, IfFalse, Cond, InsertAtEnd);
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2374 Value *IfTrue, *IfFalse; in foldSelectToPhiImpl() local
2380 IfFalse = Sel.getFalseValue(); in foldSelectToPhiImpl()
2385 IfFalse = Sel.getTrueValue(); in foldSelectToPhiImpl()
2407 Inputs[Pred] = IfFalse->DoPHITranslation(BB, Pred); in foldSelectToPhiImpl()
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp1276 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, in BranchInst() argument
1283 Op<-2>() = IfFalse; in BranchInst()
1297 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, in BranchInst() argument
1303 Op<-2>() = IfFalse; in BranchInst()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp18727 SDValue IfFalse = N->getOperand(2); in performVSelectCombine() local
18732 IfTrue, IfFalse); in performVSelectCombine()