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

/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp782 BasicBlock *&IfFalse) {
837 IfFalse = Pred2;
841 IfFalse = Pred1;
865 IfFalse = Pred2;
868 IfFalse = Pred1;
781 GetIfCondition(BasicBlock *BB, BasicBlock *&IfTrue, BasicBlock *&IfFalse) argument
H A DSimplifyCFG.cpp1795 BasicBlock *IfTrue, *IfFalse; local
1796 Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse);
1883 << IfTrue->getName() << " F: " << IfFalse->getName() << "\n");
1903 Value *TrueVal = PN->getIncomingValue(PN->getIncomingBlock(0) == IfFalse);
/external/llvm/include/llvm/IR/
H A DInstructions.h2532 BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
2535 BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
2544 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse, argument
2546 return new(3) BranchInst(IfTrue, IfFalse, Cond, InsertBefore);
2551 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse, argument
2553 return new(3) BranchInst(IfTrue, IfFalse, Cond, InsertAtEnd);
/external/llvm/lib/IR/
H A DInstructions.cpp763 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, argument
769 Op<-2>() = IfFalse;
784 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, argument
790 Op<-2>() = IfFalse;
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp917 // Dest = PHI [IfTrue, TrueBB], [IfFalse, OrigBB]
8627 SDValue IfFalse = N->getOperand(2); local
8633 IfTrue, IfFalse);

Completed in 385 milliseconds