Searched defs:IfFalse (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp742 BasicBlock *&IfFalse) {
797 IfFalse = Pred2;
801 IfFalse = Pred1;
825 IfFalse = Pred2;
828 IfFalse = Pred1;
741 GetIfCondition(BasicBlock *BB, BasicBlock *&IfTrue, BasicBlock *&IfFalse) argument
H A DSimplifyCFG.cpp1713 BasicBlock *IfTrue, *IfFalse; local
1714 Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse);
1799 << IfTrue->getName() << " F: " << IfFalse->getName() << "\n");
1819 Value *TrueVal = PN->getIncomingValue(PN->getIncomingBlock(0) == IfFalse);
/external/llvm/include/llvm/IR/
H A DInstructions.h2459 BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
2462 BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
2471 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse, argument
2473 return new(3) BranchInst(IfTrue, IfFalse, Cond, InsertBefore);
2478 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse, argument
2480 return new(3) BranchInst(IfTrue, IfFalse, Cond, InsertAtEnd);
/external/llvm/lib/IR/
H A DInstructions.cpp738 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, argument
744 Op<-2>() = IfFalse;
759 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, argument
765 Op<-2>() = IfFalse;
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp774 // Dest = PHI [IfTrue, TrueBB], [IfFalse, OrigBB]
7657 SDValue IfFalse = N->getOperand(2); local
7663 IfTrue, IfFalse);

Completed in 198 milliseconds