HomeSort by relevance Sort by last modified time
    Searched defs:IfFalse (Results 1 - 5 of 5) sorted by null

  /external/v8/test/unittests/compiler/
control-equivalence-unittest.cc 71 Node* IfFalse(Node* control) {
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(b3)
    [all...]
escape-analysis-unittest.cc 143 Node* IfFalse() { return graph()->NewNode(common()->IfFalse(), control_); }
315 Node* ifFalse = IfFalse();
318 Store(FieldAccessAtIndex(0), allocation, object1, finish, ifFalse);
321 Node* merge = Merge2(ifFalse, ifTrue);
349 Node* ifFalse = IfFalse();
352 Store(FieldAccessAtIndex(0), allocation, object1, finish, ifFalse);
355 Node* merge = Merge2(ifFalse, ifTrue)
    [all...]
  /external/v8/src/compiler/
node-matchers.h 573 Node* IfFalse() const { return if_false_; }
591 Node* IfFalse() const { return if_false_; }
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 548 milliseconds