Searched refs:IfFalse (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h520 /// Set two given VPBlockBases \p IfTrue and \p IfFalse to be the two
523 /// IfFalse. This VPBlockBase must have no successors.
524 void setTwoSuccessors(VPBlockBase *IfTrue, VPBlockBase *IfFalse,
530 appendSuccessor(IfFalse);
1561 /// Insert disconnected VPBlockBases \p IfTrue and \p IfFalse after \p
1562 /// BlockPtr. Add \p IfTrue and \p IfFalse as succesors of \p BlockPtr and \p
1563 /// BlockPtr as predecessor of \p IfTrue and \p IfFalse. Propagate \p BlockPtr
1564 /// parent to \p IfTrue and \p IfFalse. \p Condition is set as the successor
1565 /// selector. \p BlockPtr must have no successors and \p IfTrue and \p IfFalse
1567 static void insertTwoBlocksAfter(VPBlockBase *IfTrue, VPBlockBase *IfFalse,
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp998 BasicBlock *&IfFalse) {
1053 IfFalse = Pred2;
1057 IfFalse = Pred1;
1081 IfFalse = Pred2;
1084 IfFalse = Pred1;
997 GetIfCondition(BasicBlock *BB, BasicBlock *&IfTrue, BasicBlock *&IfFalse) argument
H A DSimplifyCFG.cpp2312 BasicBlock *IfTrue, *IfFalse;
2313 Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse);
2413 << " F: " << IfFalse->getName() << "\n");
2434 Value *TrueVal = PN->getIncomingValue(PN->getIncomingBlock(0) == IfFalse);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h340 BasicBlock *&IfFalse);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2995 BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
2998 BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
3042 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse, argument
3044 return new(3) BranchInst(IfTrue, IfFalse, Cond, InsertBefore);
3051 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse, argument
3053 return new(3) BranchInst(IfTrue, IfFalse, Cond, InsertAtEnd);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1139 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, argument
1145 Op<-2>() = IfFalse;
1159 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, argument
1164 Op<-2>() = IfFalse;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1426 // Dest = PHI [IfTrue, TrueBB], [IfFalse, OrigBB]
12202 SDValue IfFalse = N->getOperand(2); local
12208 IfTrue, IfFalse);

Completed in 170 milliseconds