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

/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp679 BasicBlock *&IfFalse) {
734 IfFalse = Pred2;
738 IfFalse = Pred1;
762 IfFalse = Pred2;
765 IfFalse = Pred1;
678 GetIfCondition(BasicBlock *BB, BasicBlock *&IfTrue, BasicBlock *&IfFalse) argument
H A DSimplifyCFG.cpp1927 BasicBlock *IfTrue, *IfFalse; local
1928 Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse);
2018 << IfTrue->getName() << " F: " << IfFalse->getName() << "\n");
2038 Value *TrueVal = PN->getIncomingValue(PN->getIncomingBlock(0) == IfFalse);
/external/v8/src/compiler/
H A Dnode-matchers.h666 Node* IfFalse() const { return if_false_; } function in struct:v8::internal::compiler::AddressOption::BranchMatcher
684 Node* IfFalse() const { return if_false_; } function in struct:v8::internal::compiler::AddressOption::DiamondMatcher
/external/swiftshader/third_party/LLVM/include/llvm/
H A DInstructions.h2319 BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
2322 BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
2330 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse, argument
2332 return new(3) BranchInst(IfTrue, IfFalse, Cond, InsertBefore);
2337 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse, argument
2339 return new(3) BranchInst(IfTrue, IfFalse, Cond, InsertAtEnd);
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DSimplifyCFG.cpp132 BasicBlock *&IfFalse) {
172 IfFalse = Pred2;
176 IfFalse = Pred1;
200 IfFalse = Pred2;
203 IfFalse = Pred1;
1250 BasicBlock *IfTrue, *IfFalse; local
1251 Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse);
1336 << IfTrue->getName() << " F: " << IfFalse->getName() << "\n");
1356 Value *TrueVal = PN->getIncomingValue(PN->getIncomingBlock(0) == IfFalse);
131 GetIfCondition(BasicBlock *BB, BasicBlock *&IfTrue, BasicBlock *&IfFalse) argument
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DInstructions.cpp740 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, argument
746 Op<-2>() = IfFalse;
761 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, argument
767 Op<-2>() = IfFalse;
/external/llvm/include/llvm/IR/
H A DInstructions.h2894 BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
2897 BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
2910 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse, argument
2912 return new(3) BranchInst(IfTrue, IfFalse, Cond, InsertBefore);
2917 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse, argument
2919 return new(3) BranchInst(IfTrue, IfFalse, Cond, InsertAtEnd);
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp975 // Dest = PHI [IfTrue, TrueBB], [IfFalse, OrigBB]
9078 SDValue IfFalse = N->getOperand(2); local
9084 IfFalse.getOpcode() != ISD::EXTRACT_VECTOR_ELT)
9124 VectorOp == IfFalse->getOperand(0)))
9150 if (!isOneConstant(IfFalse.getOperand(1)))
9762 SDValue IfFalse = N->getOperand(2); local
9768 IfTrue, IfFalse);

Completed in 745 milliseconds