Home
last modified time | relevance | path

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

/external/v8/test/cctest/compiler/
Dtest-run-jsbranches.cc327 TEST(IfFalse) { in TEST() argument
/external/v8/src/compiler/
Dnode-matchers.h573 Node* IfFalse() const { return if_false_; } in IfFalse() function
591 Node* IfFalse() const { return if_false_; } in IfFalse() function
/external/v8/test/unittests/compiler/
Dcontrol-equivalence-unittest.cc71 Node* IfFalse(Node* control) { in IfFalse() function in v8::internal::compiler::ControlEquivalenceTest
Descape-analysis-unittest.cc143 Node* IfFalse() { return graph()->NewNode(common()->IfFalse(), control_); } in IfFalse() function in v8::internal::compiler::EscapeAnalysisTest
/external/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp788 BasicBlock *&IfFalse) { in GetIfCondition()
DSimplifyCFG.cpp1820 BasicBlock *IfTrue, *IfFalse; in FoldTwoEntryPHINode() local
/external/llvm/lib/IR/
DInstructions.cpp1028 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, in BranchInst()
1049 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, in BranchInst()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8927 SDValue IfFalse = N->getOperand(2); in performAcrossLaneMinMaxReductionCombine() local
9518 SDValue IfFalse = N->getOperand(2); in performVSelectCombine() local