Home
last modified time | relevance | path

Searched refs:orig_asm_constraints_vector (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Demit-rtl.c5072 static rtvec orig_asm_constraints_vector; variable
5166 if (XVEC (orig, i) == orig_asm_constraints_vector)
5205 orig_asm_constraints_vector = ASM_OPERANDS_INPUT_CONSTRAINT_VEC (orig);
5223 orig_asm_constraints_vector = 0;
/openbsd/gnu/gcc/gcc/
H A Demit-rtl.c4810 static rtvec orig_asm_constraints_vector; variable
4901 if (XVEC (orig, i) == orig_asm_constraints_vector) in copy_insn_1()
4938 orig_asm_constraints_vector = ASM_OPERANDS_INPUT_CONSTRAINT_VEC (orig); in copy_insn_1()
4955 orig_asm_constraints_vector = 0; in copy_insn()