Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DStratifiedSets.h44 static const StratifiedIndex SetSentinel; member
55 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink()
57 bool hasBelow() const { return Below != SetSentinel; } in hasBelow()
58 bool hasAbove() const { return Above != SetSentinel; } in hasAbove()
60 void clearBelow() { Below = SetSentinel; } in clearBelow()
61 void clearAbove() { Above = SetSentinel; } in clearAbove()
180 Remap = StratifiedLink::SetSentinel; in BuilderLink()
235 bool isRemapped() const { return Remap != StratifiedLink::SetSentinel; } in isRemapped()