Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DStratifiedSets.h59 bool hasBelow() const { return Below != SetSentinel; } in hasBelow() function
199 bool hasBelow() const { in hasBelow() function
201 return Link.hasBelow(); in hasBelow()
226 assert(hasBelow()); in getBelow()
297 if (Link.hasBelow()) { in finalizeSets()
332 while (Links[CurrentIndex].hasBelow()) { in propagateAttrs()
382 if (!linksAt(Index).hasBelow()) in addBelow()
496 while (LinksInto->hasBelow() && LinksFrom->hasBelow()) { in mergeDirect()
508 if (LinksFrom->hasBelow()) { in mergeDirect()
542 if (Lower->hasBelow()) { in tryMergeUpwards()
DCFLSteensAliasAnalysis.cpp167 if (!Link.hasBelow()) in FunctionInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DStratifiedSets.h59 bool hasBelow() const { return Below != SetSentinel; } in hasBelow() function
190 bool hasBelow() const { in hasBelow() function
192 return Link.hasBelow(); in hasBelow()
217 assert(hasBelow()); in getBelow()
288 if (Link.hasBelow()) { in finalizeSets()
323 while (Links[CurrentIndex].hasBelow()) { in propagateAttrs()
373 if (!linksAt(Index).hasBelow()) in addBelow()
487 while (LinksInto->hasBelow() && LinksFrom->hasBelow()) { in mergeDirect()
499 if (LinksFrom->hasBelow()) { in mergeDirect()
533 if (Lower->hasBelow()) { in tryMergeUpwards()
DCFLSteensAliasAnalysis.cpp154 if (!Link.hasBelow()) in FunctionInfo()