Searched defs:todo_flags (Results 1 – 3 of 3) sorted by relevance
148 #define PSC_STATE_FLAGS_TODO_TO_PASS(todo_flags) ((todo_flags) >> 1) argument149 #define PSC_STATE_FLAGS_TODO_TO_DONE(todo_flags) ((todo_flags) << 1) argument
1988 int todo_flags = 0; in tree_ssa_prefetch_arrays() local
1985 int todo_flags = 0; in tree_ssa_prefetch_arrays() local