Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DStratifiedSets.h57 bool hasBelow() const { return Below != SetSentinel; } in hasBelow() function
188 bool hasBelow() const { in hasBelow() function
190 return Link.hasBelow(); in hasBelow()
215 assert(hasBelow()); in getBelow()
286 if (Link.hasBelow()) { in finalizeSets()
321 while (Links[CurrentIndex].hasBelow()) { in propagateAttrs()
371 if (!linksAt(Index).hasBelow()) in addBelow()
485 while (LinksInto->hasBelow() && LinksFrom->hasBelow()) { in mergeDirect()
497 if (LinksFrom->hasBelow()) { in mergeDirect()
531 if (Lower->hasBelow()) { in tryMergeUpwards()