HomeSort by relevance Sort by last modified time
    Searched refs:hasBelow (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
StratifiedSets.h 59 bool hasBelow() const { return Below != SetSentinel; }
199 bool hasBelow() const {
201 return Link.hasBelow();
226 assert(hasBelow());
297 if (Link.hasBelow()) {
332 while (Links[CurrentIndex].hasBelow()) {
382 if (!linksAt(Index).hasBelow())
496 while (LinksInto->hasBelow() && LinksFrom->hasBelow()) {
508 if (LinksFrom->hasBelow()) {
    [all...]
CFLSteensAliasAnalysis.cpp 167 if (!Link.hasBelow())

Completed in 66 milliseconds