Home
last modified time | relevance | path

Searched refs:true_target (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-builder.cc794 void MaglevGraphBuilder::BuildBranchIfTrue(ValueNode* node, int true_target, in BuildBranchIfTrue() argument
797 &jump_targets_[true_target], in BuildBranchIfTrue()
802 int true_target, in BuildBranchIfToBooleanTrue() argument
805 next_offset(), {node}, &jump_targets_[true_target], in BuildBranchIfToBooleanTrue()
Dmaglev-graph-builder.h465 void BuildBranchIfTrue(ValueNode* node, int true_target, int false_target);
466 void BuildBranchIfToBooleanTrue(ValueNode* node, int true_target,
Dmaglev-graph-printer.cc460 BasicBlock* true_target = in Process() local
469 targets_, true_target, state.next_block(), &arrows_starting_here); in Process()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_cfg.cpp179 const auto true_target = _.FindDef(true_id); in ValidateBranchConditional() local
180 if (!true_target || SpvOpLabel != true_target->opcode()) { in ValidateBranchConditional()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp179 const auto true_target = _.FindDef(true_id); in ValidateBranchConditional() local
180 if (!true_target || SpvOpLabel != true_target->opcode()) { in ValidateBranchConditional()
/third_party/spirv-tools/source/val/
Dvalidate_cfg.cpp180 const auto true_target = _.FindDef(true_id); in ValidateBranchConditional() local
181 if (!true_target || SpvOpLabel != true_target->opcode()) { in ValidateBranchConditional()