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

  /external/chromium_org/v8/src/compiler/
common-operator.h 76 const Operator* IfFalse();
change-lowering.cc 110 Node* if_false = graph()->NewNode(common()->IfFalse(), branch);
150 Node* if_false = graph()->NewNode(common()->IfFalse(), branch);
176 Node* if_false = graph()->NewNode(common()->IfFalse(), branch);
199 Node* if_false = graph()->NewNode(common()->IfFalse(), branch);
227 Node* if_false = graph()->NewNode(common()->IfFalse(), branch);
common-operator-unittest.cc 52 SHARED(IfFalse, Operator::kFoldable, 0, 0, 1, 0, 1),
common-operator.cc 61 V(IfFalse, Operator::kFoldable, 0, 1) \
graph-builder.h 96 Node* NewIfFalse() { return NewNode(common()->IfFalse()); }
js-builtin-reducer.cc 131 Node* if_false = graph()->NewNode(common()->IfFalse(), branch);
opcodes.h 14 V(IfFalse) \
js-typed-lowering.cc 610 Node* if_false = graph()->NewNode(common()->IfFalse(), branch);
  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 235 BasicBlock *&IfFalse);
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 689 BranchInst::Create(/*ifTrue*/ThenBlock, /*ifFalse*/Tail, Cond);
725 BranchInst::Create(/*ifTrue*/ThenBlock, /*ifFalse*/ElseBlock, Cond);
742 BasicBlock *&IfFalse) {
797 IfFalse = Pred2;
801 IfFalse = Pred1;
825 IfFalse = Pred2;
    [all...]
SimplifyCFG.cpp     [all...]
  /external/chromium_org/v8/test/cctest/compiler/
test-scheduler.cc 662 Node* false_branch = graph.NewNode(builder.IfFalse(), branch);
795 op = common_builder.IfFalse();
916 op = common_builder.IfFalse();
1019 op = common_builder.IfFalse();
    [all...]
test-simplified-lowering.cc 743 Node* fb = graph()->NewNode(common()->IfFalse(), br);
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/IR/
Instructions.cpp 738 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
744 Op<-2>() = IfFalse;
759 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
765 Op<-2>() = IfFalse;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 432 milliseconds