Searched refs:first_instr (Results 1 – 3 of 3) sorted by relevance
481 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block); in lp_build_alloca() local485 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() local528 if (first_instr) { in lp_build_array_alloca()529 LLVMPositionBuilderBefore(first_builder, first_instr); in lp_build_array_alloca()
306 LInstruction* first_instr = instructions()->at(first); in MarkEmptyBlocks() local309 LLabel* label = LLabel::cast(first_instr); in MarkEmptyBlocks()