Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen-bch.cc48 HLoopInformation* loop = data->phi()->block()->current_loop(); in InitializeLoop()
51 is_in_loop_ = loop->IsNestedInThisLoop(block()->current_loop()); in InitializeLoop()
100 loop_header_ = data->phi()->block()->current_loop()->loop_header(); in InitializeLoop()
195 data->phi()->block()->current_loop()->loop_header(); in ProcessRelatedChecks()
Dhydrogen-flow-engine.h165 DCHECK(member->current_loop() == loop); in ComputeLoopEffects()
Dhydrogen-instructions.cc2088 if (!phi()->block()->current_loop()->IsNestedInThisLoop( in AddCheck()
2089 check->block()->current_loop())) return; in AddCheck()
2346 if (!phi()->block()->current_loop()->IsNestedInThisLoop( in CheckIfBranchIsLoopGuard()
2347 current_branch->current_loop())) { in CheckIfBranchIsLoopGuard()
2351 if (phi()->block()->current_loop()->IsNestedInThisLoop( in CheckIfBranchIsLoopGuard()
2352 other_branch->current_loop())) { in CheckIfBranchIsLoopGuard()
Dhydrogen.h49 HLoopInformation* current_loop() const { in current_loop() function
/external/v8/src/compiler/
Dscheduler.cc871 LoopInfo* current_loop = nullptr; in ComputeAndInsertSpecialRPO() local
885 DCHECK_NOT_NULL(current_loop); in ComputeAndInsertSpecialRPO()
886 current_loop = current_loop->prev; in ComputeAndInsertSpecialRPO()
888 current_loop == nullptr ? nullptr : current_loop->header; in ComputeAndInsertSpecialRPO()
896 current_loop = &loops_[GetLoopNumber(current)]; in ComputeAndInsertSpecialRPO()
897 BasicBlock* end = current_loop->end; in ComputeAndInsertSpecialRPO()
899 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()