Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dra-debug.c947 struct cost *pcost = NULL; local
951 pcost = &selfcopy;
957 pcost = &regcopy;
966 pcost = &load;
969 pcost = &store;
971 if (pcost)
973 pcost->cost += block_cost;
974 pcost->count++;
/openbsd/gnu/gcc/gcc/
H A Drtl-factoring.c781 int pcost, mcost; in erase_from_pattern_seqs() local
788 pcost = 0; in erase_from_pattern_seqs()
793 pcost += compute_rtx_cost (x); in erase_from_pattern_seqs()
796 if (pcost <= seq_call_cost) in erase_from_pattern_seqs()