Home
last modified time | relevance | path

Searched refs:ir_worklist (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/opcache/jit/ir/
H A Dir_private.h773 } ir_worklist; typedef
775 IR_ALWAYS_INLINE void ir_worklist_init(ir_worklist *w, uint32_t size) in ir_worklist_init()
781 IR_ALWAYS_INLINE void ir_worklist_free(ir_worklist *w) in ir_worklist_free()
787 IR_ALWAYS_INLINE uint32_t ir_worklist_len(const ir_worklist *w) in ir_worklist_len()
792 IR_ALWAYS_INLINE uint32_t ir_worklist_capasity(const ir_worklist *w) in ir_worklist_capasity()
797 IR_ALWAYS_INLINE void ir_worklist_clear(ir_worklist *w) in ir_worklist_clear()
803 IR_ALWAYS_INLINE bool ir_worklist_push(ir_worklist *w, ir_ref val) in ir_worklist_push()
815 IR_ALWAYS_INLINE ir_ref ir_worklist_pop(ir_worklist *w) in ir_worklist_pop()
820 IR_ALWAYS_INLINE ir_ref ir_worklist_peek(const ir_worklist *w) in ir_worklist_peek()
H A Dir_cfg.c11 IR_ALWAYS_INLINE void _ir_add_successors(const ir_ctx *ctx, ir_ref ref, ir_worklist *worklist) in _ir_add_successors()
41 IR_ALWAYS_INLINE void _ir_add_predecessors(const ir_insn *insn, ir_worklist *worklist) in _ir_add_predecessors()
65 ir_worklist worklist; in ir_build_cfg()
882 ir_worklist work; in ir_find_loops()
H A Dir_ra.c3808 ir_worklist worklist; in needs_spill_reload()

Completed in 24 milliseconds