Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_flow.c481 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block); in lp_build_alloca() local
485 if (first_instr) { in lp_build_alloca()
486 LLVMPositionBuilderBefore(first_builder, first_instr); in lp_build_alloca()
524 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block); in lp_build_array_alloca() local
528 if (first_instr) { in lp_build_array_alloca()
529 LLVMPositionBuilderBefore(first_builder, first_instr); in lp_build_array_alloca()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld_flow.c481 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block); in lp_build_alloca() local
485 if (first_instr) { in lp_build_alloca()
486 LLVMPositionBuilderBefore(first_builder, first_instr); in lp_build_alloca()
524 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block); in lp_build_array_alloca() local
528 if (first_instr) { in lp_build_array_alloca()
529 LLVMPositionBuilderBefore(first_builder, first_instr); in lp_build_array_alloca()
/external/chromium_org/v8/src/
Dlithium.cc306 LInstruction* first_instr = instructions()->at(first); in MarkEmptyBlocks() local
309 LLabel* label = LLabel::cast(first_instr); in MarkEmptyBlocks()