Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_to_lcssa.c175 nir_loop *parent_loop = state->loop; in convert_to_lcssa() local
181 state->loop = parent_loop; in convert_to_lcssa()
/external/v8/src/crankshaft/
Dhydrogen-flow-engine.h157 DCHECK(member->loop_information()->parent_loop() == loop); in ComputeLoopEffects()
Dhydrogen.h304 other = other->parent_loop(); in IsNestedInThisLoop()
308 HLoopInformation* parent_loop() { in parent_loop() function