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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A Dradeon_setup_tgsi_llvm.c372 struct radeon_llvm_loop * current_loop = get_current_loop(ctx); local
374 LLVMBuildBr(gallivm->builder, current_loop->endloop_block);
384 struct radeon_llvm_loop * current_loop = get_current_loop(ctx); local
386 LLVMBuildBr(gallivm->builder, current_loop->loop_block);
462 struct radeon_llvm_loop * current_loop = get_current_loop(ctx); local
465 LLVMBuildBr(gallivm->builder, current_loop->loop_block);
468 LLVMPositionBuilderAtEnd(gallivm->builder, current_loop->endloop_block);
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_setup_tgsi_llvm.c372 struct radeon_llvm_loop * current_loop = get_current_loop(ctx); local
374 LLVMBuildBr(gallivm->builder, current_loop->endloop_block);
384 struct radeon_llvm_loop * current_loop = get_current_loop(ctx); local
386 LLVMBuildBr(gallivm->builder, current_loop->loop_block);
462 struct radeon_llvm_loop * current_loop = get_current_loop(ctx); local
465 LLVMBuildBr(gallivm->builder, current_loop->loop_block);
468 LLVMPositionBuilderAtEnd(gallivm->builder, current_loop->endloop_block);
/external/chromium_org/v8/src/
H A Dhydrogen.h72 HLoopInformation* current_loop() const { function in class:v8::internal::HBasicBlock

Completed in 332 milliseconds