Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dbranch-elimination.cc449 FunctionalList<BranchCondition> prev_front = blocks_.Front(); in AddCondition() local
451 prev_front.PushFront(branch_condition, zone, hint.blocks_.Front()); in AddCondition()
453 prev_front.PushFront(branch_condition, zone); in AddCondition()
456 blocks_.PushFront(prev_front, zone); in AddCondition()