Home
last modified time | relevance | path

Searched refs:set_control (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dschedule.cc59 void BasicBlock::set_control(Control control) { control_ = control; } in set_control() function in v8::internal::compiler::BasicBlock
222 block->set_control(BasicBlock::kGoto); in AddGoto()
248 block->set_control(BasicBlock::kCall); in AddCall()
258 block->set_control(BasicBlock::kBranch); in AddBranch()
268 block->set_control(BasicBlock::kSwitch); in AddSwitch()
277 block->set_control(BasicBlock::kTailCall); in AddTailCall()
284 block->set_control(BasicBlock::kReturn); in AddReturn()
291 block->set_control(BasicBlock::kDeoptimize); in AddDeoptimize()
298 block->set_control(BasicBlock::kThrow); in AddThrow()
307 end->set_control(block->control()); in InsertBranch()
[all …]
Dschedule.h127 void set_control(Control control); in NON_EXPORTED_BASE()
Draw-machine-assembler.cc152 block->set_control(successor->control()); in OptimizeControlFlow()
211 predecessor->set_control(BasicBlock::kNone); in OptimizeControlFlow()
/third_party/ffmpeg/libavfilter/
Daf_ladspa.c454 static int set_control(AVFilterContext *ctx, unsigned long port, LADSPA_Data value) in set_control() function
657 if ((ret = set_control(ctx, i, val)) < 0) in init()
809 return set_control(ctx, port, value); in process_command()
/third_party/alsa-utils/alsactl/
Dstate.c1204 static int set_control(snd_ctl_t *handle, snd_config_t *control, in set_control() function
1532 err = set_control(handle, n, &maxnumid, doit); in set_controls()