Home
last modified time | relevance | path

Searched defs:StratifiedLink (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Analysis/
DStratifiedSets.h39 struct StratifiedLink { struct
57 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink() argument
59 bool hasBelow() const { return Below != SetSentinel; } in hasBelow()
60 bool hasAbove() const { return Above != SetSentinel; } in hasAbove()
62 void clearBelow() { Below = SetSentinel; } in clearBelow()
63 void clearAbove() { Above = SetSentinel; } in clearAbove()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DStratifiedSets.h38 struct StratifiedLink { struct
56 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink() argument
58 bool hasBelow() const { return Below != SetSentinel; } in hasBelow()
59 bool hasAbove() const { return Above != SetSentinel; } in hasAbove()
61 void clearBelow() { Below = SetSentinel; } in clearBelow()
62 void clearAbove() { Above = SetSentinel; } in clearAbove()
/external/llvm-project/llvm/lib/Analysis/
DStratifiedSets.h38 struct StratifiedLink { struct
56 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink() argument
58 bool hasBelow() const { return Below != SetSentinel; } in hasBelow()
59 bool hasAbove() const { return Above != SetSentinel; } in hasAbove()
61 void clearBelow() { Below = SetSentinel; } in clearBelow()
62 void clearAbove() { Above = SetSentinel; } in clearAbove()