Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DStratifiedSets.h58 bool hasAbove() const { return Above != SetSentinel; } in hasAbove() function
183 bool hasAbove() const { in hasAbove() function
185 return Link.hasAbove(); in hasAbove()
221 assert(hasAbove()); in getAbove()
279 if (Link.hasAbove()) { in finalizeSets()
308 while (Link->hasAbove()) { in propagateAttrs()
358 if (!linksAt(Index).hasAbove()) in addAbove()
468 while (LinksInto->hasAbove() && LinksFrom->hasAbove()) { in mergeDirect()
473 if (LinksFrom->hasAbove()) { in mergeDirect()
520 while (Current->hasAbove() && Current != Upper) { in tryMergeUpwards()