Home
last modified time | relevance | path

Searched defs:dataflow (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Ddf.h291 struct dataflow struct
293 const struct df_problem *problem; /* The problem to be solved. */
297 void *block_info;
298 unsigned int block_info_size;
301 object_allocator<df_link> *block_pool;
325 /* True if the something has changed which invalidates the dataflow argument
328 bool solutions_dirty;
333 bool optional_p;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Ddf.h291 struct dataflow struct
293 const struct df_problem *problem; /* The problem to be solved. */
297 void *block_info;
298 unsigned int block_info_size;
301 object_allocator<df_link> *block_pool;
325 /* True if the something has changed which invalidates the dataflow argument
328 bool solutions_dirty;
333 bool optional_p;
/OK3568_Linux_fs/kernel/drivers/staging/sm750fb/
H A Dsm750.h103 enum sm750_dataflow dataflow; member