Searched refs:icode (Results 1 – 5 of 5) sorted by relevance
/external/libpcap/ |
D | optimize.c | 361 static void opt_init(opt_state_t *, struct icode *); 366 static void intern_blocks(opt_state_t *, struct icode *); 370 static void opt_dump(opt_state_t *, struct icode *); 378 find_levels_r(opt_state_t *opt_state, struct icode *ic, struct block *b) in find_levels_r() 406 find_levels(opt_state_t *opt_state, struct icode *ic) in find_levels() 2077 opt_blks(opt_state_t *opt_state, struct icode *ic, int do_stmts) in opt_blks() 2180 opt_loop(opt_state_t *opt_state, struct icode *ic, int do_stmts) in opt_loop() 2264 bpf_optimize(struct icode *ic, char *errbuf) in bpf_optimize() 2297 make_marks(struct icode *ic, struct block *p) in make_marks() 2313 mark_code(struct icode *ic) in mark_code() [all …]
|
D | gencode.h | 378 struct icode { struct 383 int bpf_optimize(struct icode *, char *); argument 390 struct bpf_insn *icode_to_fcode(struct icode *, struct block *, u_int *,
|
D | gencode.c | 249 struct icode ic;
|
/external/llvm-project/llvm/test/CodeGen/Thumb2/ |
D | 2010-01-19-RemovePredicates.ll | 11 define void @earith(double* nocapture %value, i32 %icode, double* nocapture %r1, double* nocapture … 22 switch i32 %icode, label %bb10 [
|
/external/llvm/test/CodeGen/Thumb2/ |
D | 2010-01-19-RemovePredicates.ll | 11 define void @earith(double* nocapture %value, i32 %icode, double* nocapture %r1, double* nocapture … 22 switch i32 %icode, label %bb10 [
|