Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DStratifiedSets.h176 struct BuilderLink { struct
179 BuilderLink(StratifiedIndex N) : Number(N) { in BuilderLink() function
183 bool hasAbove() const { in hasAbove()
188 bool hasBelow() const { in hasBelow()
193 void setBelow(StratifiedIndex I) { in setBelow()
198 void setAbove(StratifiedIndex I) { in setAbove()
203 void clearBelow() { in clearBelow()
208 void clearAbove() { in clearAbove()
213 StratifiedIndex getBelow() const { in getBelow()
219 StratifiedIndex getAbove() const { in getAbove()
[all …]
/aosp_15_r20/external/llvm/lib/Analysis/
H A DStratifiedSets.h187 struct BuilderLink { struct
190 BuilderLink(StratifiedIndex N) : Number(N) { in BuilderLink() argument
194 bool hasAbove() const { in hasAbove()
199 bool hasBelow() const { in hasBelow()
204 void setBelow(StratifiedIndex I) { in setBelow()
209 void setAbove(StratifiedIndex I) { in setAbove()
214 void clearBelow() { in clearBelow()
219 void clearAbove() { in clearAbove()
224 StratifiedIndex getBelow() const { in getBelow()
230 StratifiedIndex getAbove() const { in getAbove()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DStratifiedSets.h177 struct BuilderLink { struct
180 BuilderLink(StratifiedIndex N) : Number(N) { in BuilderLink() argument
184 bool hasAbove() const { in hasAbove()
189 bool hasBelow() const { in hasBelow()
194 void setBelow(StratifiedIndex I) { in setBelow()
199 void setAbove(StratifiedIndex I) { in setAbove()
204 void clearBelow() { in clearBelow()
209 void clearAbove() { in clearAbove()
214 StratifiedIndex getBelow() const { in getBelow()
220 StratifiedIndex getAbove() const { in getAbove()
[all …]