Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DStratifiedSets.h70 bool hasBelow() const { return Below != SetSentinel; } in hasBelow() function
229 bool hasBelow() const { in hasBelow() function
231 return Link.hasBelow(); in hasBelow()
256 assert(hasBelow()); in getBelow()
334 if (Link.hasBelow()) { in finalizeSets()
370 while (Links[CurrentIndex].hasBelow()) { in propagateAttrs()
423 if (!linksAt(Index).hasBelow()) in addBelow()
584 while (LinksInto->hasBelow() && LinksFrom->hasBelow()) { in mergeDirect()
596 if (LinksFrom->hasBelow()) { in mergeDirect()
629 if (Lower->hasBelow()) { in tryMergeUpwards()
DCFLAliasAnalysis.cpp371 while (Current->hasBelow()) { in getIndexRelation()