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

  /src/external/gpl3/gcc/dist/gcc/
lcm.cc 204 /* later(p,s) is dependent on the calculation of laterin(p).
205 laterin(p) is dependent on the calculation of later(p2,p).
207 laterin(ENTRY) is defined as all 0's
208 later(ENTRY, succs(ENTRY)) are defined using laterin(ENTRY)
209 laterin(succs(ENTRY)) is defined by later(ENTRY, succs(ENTRY)).
224 block is never on the worklist. Thus, LATERIN is neither used nor
228 use nor compute LATERIN for the exit block. Edges which reach the
230 the insertion/deletion computation needs LATERIN(EXIT), so we have
235 sbitmap *antloc, sbitmap *later, sbitmap *laterin)
258 to the loop are set, then LATERIN will be set for the head of th
376 sbitmap *later, *laterin; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
lcm.cc 202 /* later(p,s) is dependent on the calculation of laterin(p).
203 laterin(p) is dependent on the calculation of later(p2,p).
205 laterin(ENTRY) is defined as all 0's
206 later(ENTRY, succs(ENTRY)) are defined using laterin(ENTRY)
207 laterin(succs(ENTRY)) is defined by later(ENTRY, succs(ENTRY)).
222 block is never on the worklist. Thus, LATERIN is neither used nor
226 use nor compute LATERIN for the exit block. Edges which reach the
228 the insertion/deletion computation needs LATERIN(EXIT), so we have
233 sbitmap *antloc, sbitmap *later, sbitmap *laterin)
256 to the loop are set, then LATERIN will be set for the head of th
375 sbitmap *later, *laterin; local
    [all...]

Completed in 17 milliseconds