Home
last modified time | relevance | path

Searched defs:control_input (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dbranch-elimination.cc135 Node* control_input = NodeProperties::GetControlInput(node, 0); in ReduceBranch() local
236 Node* control_input = NodeProperties::GetControlInput(node, 0); in ReduceTrapConditional() local
Dschedule.cc61 void BasicBlock::set_control_input(Node* control_input) { in set_control_input()
Dstore-store-elimination.cc407 Node* control_input = NodeProperties::GetControlInput(node, i); in Visit() local
Draw-machine-assembler.cc153 Node* control_input = successor->control_input(); in OptimizeControlFlow() local