Home
last modified time | relevance | path

Searched defs:occurrence (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc123 struct occurrence { struct
139 /* Pointer to a list of "struct occurrence"s for blocks dominated argument
141 struct occurrence *children = nullptr; argument
145 struct occurrence *next = nullptr; argument
157 /* Construct a struct occurrence for basic block BB, and whose argument
159 occurrence (basic_block bb, struct occurrence *children) in occurrence() function
166 ~occurrence () in ~occurrence() argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c122 struct occurrence { struct
138 /* Pointer to a list of "struct occurrence"s for blocks dominated argument
140 struct occurrence *children; argument
144 struct occurrence *next; argument
149 int num_divisions;
154 bool bb_has_division;