Home
last modified time | relevance | path

Searched refs:set_next_post_dominating_hole (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/maglev/
Dmaglev-regalloc.cc158 control->set_next_post_dominating_hole( in ComputePostDominatingHoles()
180 control->set_next_post_dominating_hole(second); in ComputePostDominatingHoles()
193 control->set_next_post_dominating_hole(first); in ComputePostDominatingHoles()
Dmaglev-ir.h1425 void set_next_post_dominating_hole(ControlNode* node) { in set_next_post_dominating_hole() function