Home
last modified time | relevance | path

Searched defs:false_block (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.h53 BasicBlock* false_block) { in ForBranch()
129 BasicBlock* false_block() const { in false_block() function
191 BasicBlock* true_block, BasicBlock* false_block) in FlagsContinuation()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_flow.h187 LLVMBasicBlockRef false_block; member
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cfg.cpp310 auto &false_block = compiler.get<SPIRBlock>(dom.false_block); in node_terminates_control_flow_in_sub_graph() local
Dspirv_cross.cpp1435 const auto *false_block = maybe_get<SPIRBlock>(block.false_block); in block_is_loop_candidate() local
1487 const auto *false_block = maybe_get<SPIRBlock>(child.false_block); in block_is_loop_candidate() local
1601 const auto *false_block = maybe_get<SPIRBlock>(block.false_block); in continue_block_type() local
Dspirv_common.hpp810 BlockID false_block = 0; member
Dspirv_glsl.cpp14127 void CompilerGLSL::branch(BlockID from, uint32_t cond, BlockID true_block, BlockID false_block) in branch()
/third_party/node/deps/v8/src/compiler/
Draw-machine-assembler.cc183 BasicBlock* false_block = block->SuccessorAt(1); in OptimizeControlFlow() local
547 BasicBlock* false_block = schedule()->NewBasicBlock(); in Branch() local
/third_party/node/deps/v8/src/torque/
Dimplementation-visitor.cc788 Block* false_block = assembler().NewBlock(assembler().CurrentStack()); in Visit() local
843 Block* false_block = assembler().NewBlock(); in Visit() local
884 Block* false_block = assembler().NewBlock(); in Visit() local
1058 Block* false_block = assembler().NewBlock(); in Visit() local
1094 Block* false_block = in Visit() local
1244 Block* false_block = assembler().NewBlock(assembler().CurrentStack(), true); in Visit() local
3279 Block* false_block) { in GenerateBranch()
3293 Block* false_block) { in GenerateExpressionBranch()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.c2708 unsigned true_block, unsigned false_block) in dxil_emit_branch()
Dnir_to_dxil.c4526 int true_block, int false_block) in emit_cond_branch()