Home
last modified time | relevance | path

Searched refs:hasAbove (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DStratifiedSets.h59 bool hasAbove() const { return Above != SetSentinel; } in hasAbove() function
184 bool hasAbove() const { in hasAbove() function
186 return Link.hasAbove(); in hasAbove()
222 assert(hasAbove()); in getAbove()
280 if (Link.hasAbove()) { in finalizeSets()
309 while (Link->hasAbove()) { in propagateAttrs()
359 if (!linksAt(Index).hasAbove()) in addAbove()
469 while (LinksInto->hasAbove() && LinksFrom->hasAbove()) { in mergeDirect()
474 if (LinksFrom->hasAbove()) { in mergeDirect()
521 while (Current->hasAbove() && Current != Upper) { in tryMergeUpwards()