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

/external/v8/test/unittests/compiler/
H A Dcontrol-equivalence-unittest.cc71 Node* IfFalse(Node* control) { function in class:v8::internal::compiler::ControlEquivalenceTest
72 return Store(graph()->NewNode(common()->IfFalse(), control));
127 Node* f = IfFalse(b);
141 Node* f1 = IfFalse(b1);
144 Node* f2 = IfFalse(b2);
161 Node* f1 = IfFalse(b1);
165 Node* f2 = IfFalse(b2);
181 Node* f1 = IfFalse(b1);
184 Node* f2 = IfFalse(b2);
187 Node* f3 = IfFalse(b
[all...]
H A Descape-analysis-unittest.cc128 Node* IfFalse() { return graph()->NewNode(common()->IfFalse(), control_); } function in class:v8::internal::compiler::EscapeAnalysisTest
263 Node* ifFalse = IfFalse();
319 Node* ifFalse = IfFalse();
359 Node* ifFalse = IfFalse();
/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp788 BasicBlock *&IfFalse) {
843 IfFalse = Pred2;
847 IfFalse = Pred1;
871 IfFalse = Pred2;
874 IfFalse = Pred1;
787 GetIfCondition(BasicBlock *BB, BasicBlock *&IfTrue, BasicBlock *&IfFalse) argument
H A DSimplifyCFG.cpp1820 BasicBlock *IfTrue, *IfFalse; local
1821 Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse);
1908 << IfTrue->getName() << " F: " << IfFalse->getName() << "\n");
1928 Value *TrueVal = PN->getIncomingValue(PN->getIncomingBlock(0) == IfFalse);
/external/v8/src/compiler/
H A Dnode-matchers.h572 Node* IfFalse() const { return if_false_; } function in struct:v8::internal::compiler::BranchMatcher
590 Node* IfFalse() const { return if_false_; } function in struct:v8::internal::compiler::DiamondMatcher
/external/llvm/include/llvm/IR/
H A DInstructions.h2835 BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
2838 BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
2851 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse, argument
2853 return new(3) BranchInst(IfTrue, IfFalse, Cond, InsertBefore);
2858 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse, argument
2860 return new(3) BranchInst(IfTrue, IfFalse, Cond, InsertAtEnd);
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp974 // Dest = PHI [IfTrue, TrueBB], [IfFalse, OrigBB]
8927 SDValue IfFalse = N->getOperand(2); local
8933 IfFalse.getOpcode() != ISD::EXTRACT_VECTOR_ELT)
8973 VectorOp == IfFalse->getOperand(0)))
8999 if (!isOneConstant(IfFalse.getOperand(1)))
9518 SDValue IfFalse = N->getOperand(2); local
9524 IfTrue, IfFalse);

Completed in 302 milliseconds