HomeSort by: relevance | last modified time | path
    Searched defs:occurrence (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-math-opts.cc 124 struct occurrence { struct
140 /* Pointer to a list of "struct occurrence"s for blocks dominated
142 struct occurrence *children = nullptr;
144 /* Pointer to the next "struct occurrence"s in the list of blocks
146 struct occurrence *next = nullptr;
158 /* Construct a struct occurrence for basic block BB, and whose
160 occurrence (basic_block bb, struct occurrence *children) function in struct:occurrence
166 /* Destroy a struct occurrence and remove it from its basic block. */
167 ~occurrence ()
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-math-opts.cc 123 struct occurrence { struct
139 /* Pointer to a list of "struct occurrence"s for blocks dominated
141 struct occurrence *children = nullptr;
143 /* Pointer to the next "struct occurrence"s in the list of blocks
145 struct occurrence *next = nullptr;
157 /* Construct a struct occurrence for basic block BB, and whose
159 occurrence (basic_block bb, struct occurrence *children) function in struct:occurrence
165 /* Destroy a struct occurrence and remove it from its basic block. */
166 ~occurrence ()
    [all...]

Completed in 30 milliseconds