Searched refs:IfFalse (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 135 BasicBlock *&IfFalse) { in GetIfCondition() argument 175 IfFalse = Pred2; in GetIfCondition() 179 IfFalse = Pred1; in GetIfCondition() 203 IfFalse = Pred2; in GetIfCondition() 206 IfFalse = Pred1; in GetIfCondition() 1237 BasicBlock *IfTrue, *IfFalse; in FoldTwoEntryPHINode() local 1238 Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse); in FoldTwoEntryPHINode() 1323 << IfTrue->getName() << " F: " << IfFalse->getName() << "\n"); in FoldTwoEntryPHINode() 1343 Value *TrueVal = PN->getIncomingValue(PN->getIncomingBlock(0) == IfFalse); in FoldTwoEntryPHINode()
|
/external/llvm/include/llvm/ |
D | Instructions.h | 2355 BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, 2358 BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, 2366 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse, 2368 return new(3) BranchInst(IfTrue, IfFalse, Cond, InsertBefore); 2373 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse, 2375 return new(3) BranchInst(IfTrue, IfFalse, Cond, InsertAtEnd);
|
/external/llvm/lib/VMCore/ |
D | Instructions.cpp | 710 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, in BranchInst() argument 716 Op<-2>() = IfFalse; in BranchInst() 731 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, in BranchInst() argument 737 Op<-2>() = IfFalse; in BranchInst()
|