Searched refs:IfFalse (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 204 BasicBlock *&IfFalse) { in GetIfCondition() argument 244 IfFalse = Pred2; in GetIfCondition() 248 IfFalse = Pred1; in GetIfCondition() 272 IfFalse = Pred2; in GetIfCondition() 275 IfFalse = Pred1; in GetIfCondition() 1649 BasicBlock *IfTrue, *IfFalse; in FoldTwoEntryPHINode() local 1650 Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse); in FoldTwoEntryPHINode() 1735 << IfTrue->getName() << " F: " << IfFalse->getName() << "\n"); in FoldTwoEntryPHINode() 1755 Value *TrueVal = PN->getIncomingValue(PN->getIncomingBlock(0) == IfFalse); in FoldTwoEntryPHINode()
|
/external/llvm/include/llvm/IR/ |
D | Instructions.h | 2359 BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, 2362 BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, 2370 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse, 2372 return new(3) BranchInst(IfTrue, IfFalse, Cond, InsertBefore); 2377 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse, 2379 return new(3) BranchInst(IfTrue, IfFalse, Cond, InsertAtEnd);
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 2102 SDValue IfFalse = Op.getOperand(3); in LowerSELECT_CC() local 2126 CmpOp, IfTrue, IfFalse, A64cc); in LowerSELECT_CC() 2139 SetCC, IfTrue, IfFalse, A64cc); in LowerSELECT_CC() 2157 SDValue IfFalse = Op.getOperand(2); in LowerSELECT() local 2169 A64CMP, IfTrue, IfFalse, in LowerSELECT()
|
D | AArch64InstrInfo.td | 29 // (outs Result), (ins NZCV, IfTrue, IfFalse, Condition)
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 738 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, in BranchInst() argument 744 Op<-2>() = IfFalse; in BranchInst() 759 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, in BranchInst() argument 765 Op<-2>() = IfFalse; in BranchInst()
|