OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:edge_var_map
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-flow.h
481
typedef struct _edge_var_map
edge_var_map
;
typedef in typeref:struct:_edge_var_map
485
typedef vec<
edge_var_map
, va_heap, vl_embed> edge_var_map_vector;
tree-flow-inline.h
1161
/* Given an
edge_var_map
V, return the PHI arg definition. */
1164
redirect_edge_var_map_def (
edge_var_map
*v)
1169
/* Given an
edge_var_map
V, return the PHI result. */
1172
redirect_edge_var_map_result (
edge_var_map
*v)
1177
/* Given an
edge_var_map
V, return the PHI arg location. */
1180
redirect_edge_var_map_location (
edge_var_map
*v)
[
all
...]
Completed in 38 milliseconds