Home
last modified time | relevance | path

Searched refs:ir_bitset_copy (Results 1 – 3 of 3) sorted by last modified time

/php-src/ext/opcache/jit/ir/
H A Dir_ra.c648 ir_bitset_copy(live, bb_live + (len * succ), len); in ir_compute_live_ranges()
H A Dir_emit.c822 ir_bitset_copy(ready, todo, ir_bitset_len(len)); in ir_dessa_parallel_copy()
848 ir_bitset_copy(ready, todo, ir_bitset_len(len)); in ir_dessa_parallel_copy()
870 ir_bitset_copy(ready, todo, ir_bitset_len(len)); in ir_dessa_parallel_copy()
H A Dir_private.h367 IR_ALWAYS_INLINE void ir_bitset_copy(ir_bitset set1, const ir_bitset set2, uint32_t len) in ir_bitset_copy() function

Completed in 22 milliseconds