Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DStratifiedSets.h60 bool hasAbove() const { return Above != SetSentinel; } in hasAbove() function
194 bool hasAbove() const { in hasAbove() function
196 return Link.hasAbove(); in hasAbove()
232 assert(hasAbove()); in getAbove()
290 if (Link.hasAbove()) { in finalizeSets()
319 while (Link->hasAbove()) { in propagateAttrs()
369 if (!linksAt(Index).hasAbove()) in addAbove()
479 while (LinksInto->hasAbove() && LinksFrom->hasAbove()) { in mergeDirect()
484 if (LinksFrom->hasAbove()) { in mergeDirect()
531 while (Current->hasAbove() && Current != Upper) { in tryMergeUpwards()