Searched refs:insert_here (Results 1 – 4 of 4) sorted by relevance
76 int insert_here = -1; in add_clause() local114 if (m_clause[i] < new_clause && insert_here < 0) in add_clause()115 insert_here = i2; in add_clause()162 if (insert_here >= 0) in add_clause()163 for (; i2 > insert_here; i2--) in add_clause()166 insert_here = i2; in add_clause()167 m_clause[insert_here] = new_clause; in add_clause()
923 static Cardinal insert_here( Widget wid ) in insert_here() function925 static Cardinal insert_here( wid ) in insert_here()1005 XmNinsertPosition, insert_here, in vi_create_editor()
5480 rtx_insn *insert_here = NULL; in workaround_uninit_method_1() local5506 insert_here = emit_insn_before (inits, first); in workaround_uninit_method_1()5510 insert_here = emit_insn_after (inits, insert_here); in workaround_uninit_method_1()5513 if (nvptx_comment && insert_here != NULL) in workaround_uninit_method_1()5514 emit_insn_after (gen_comment ("End: Added by -minit-regs=1"), insert_here); in workaround_uninit_method_1()5540 rtx_insn *insert_here = NULL; in workaround_uninit_method_2() local5563 insert_here = emit_insn_before (inits, first); in workaround_uninit_method_2()5567 insert_here = emit_insn_after (inits, insert_here); in workaround_uninit_method_2()5570 if (nvptx_comment && insert_here != NULL) in workaround_uninit_method_2()5571 emit_insn_after (gen_comment ("End: Added by -minit-regs=2"), insert_here); in workaround_uninit_method_2()