Searched refs:cstore_pat (Results 1 – 1 of 1) sorted by relevance
795 rtx cstore_pat = PATTERN (e.cstore.insn); in can_remove_cstore() local796 if (GET_CODE (cstore_pat) == PARALLEL) in can_remove_cstore()797 for (int i = 0; i < XVECLEN (cstore_pat, 0); ++i) in can_remove_cstore()799 rtx x = XVECEXP (cstore_pat, 0, i); in can_remove_cstore()