Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dscheduler.cc879 LoopInfo* current_loop = nullptr; in ComputeAndInsertSpecialRPO() local
893 DCHECK_NOT_NULL(current_loop); in ComputeAndInsertSpecialRPO()
894 current_loop = current_loop->prev; in ComputeAndInsertSpecialRPO()
896 current_loop == nullptr ? nullptr : current_loop->header; in ComputeAndInsertSpecialRPO()
904 current_loop = &loops_[GetLoopNumber(current)]; in ComputeAndInsertSpecialRPO()
905 BasicBlock* end = current_loop->end; in ComputeAndInsertSpecialRPO()
907 current_header = current_loop->header; in ComputeAndInsertSpecialRPO()
/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
374 LLVMBuildBr(gallivm->builder, current_loop->endloop_block); in brk_emit()
384 struct radeon_llvm_loop * current_loop = get_current_loop(ctx); in cont_emit() local
386 LLVMBuildBr(gallivm->builder, current_loop->loop_block); in cont_emit()
462 struct radeon_llvm_loop * current_loop = get_current_loop(ctx); in endloop_emit() local
465 LLVMBuildBr(gallivm->builder, current_loop->loop_block); in endloop_emit()
468 LLVMPositionBuilderAtEnd(gallivm->builder, current_loop->endloop_block); in endloop_emit()
/external/v8/src/crankshaft/
Dhydrogen-flow-engine.h165 DCHECK(member->current_loop() == loop); in ComputeLoopEffects()
Dhydrogen.h74 HLoopInformation* current_loop() const { in current_loop() function