Home
last modified time | relevance | path

Searched defs:current_loop (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_setup_tgsi_llvm.c372 struct radeon_llvm_loop * current_loop = get_current_loop(ctx); in brk_emit() local
384 struct radeon_llvm_loop * current_loop = get_current_loop(ctx); in cont_emit() local
462 struct radeon_llvm_loop * current_loop = get_current_loop(ctx); in endloop_emit() local
/external/v8/src/compiler/
Dscheduler.cc871 LoopInfo* current_loop = nullptr; in ComputeAndInsertSpecialRPO() local
/external/v8/src/crankshaft/
Dhydrogen.h49 HLoopInformation* current_loop() const { in current_loop() function