Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/maglev/
Dmaglev-regalloc.cc46 return node->next_post_dominating_hole(); in NearestPostDominatingHole()
54 return jump->next_post_dominating_hole(); in NearestPostDominatingHole()
188 first = first->next_post_dominating_hole(); in ComputePostDominatingHoles()
238 control = control->next_post_dominating_hole(); in AllocateRegisters()
Dmaglev-ir.h1422 ControlNode* next_post_dominating_hole() const { in next_post_dominating_hole() function