Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DStratifiedSets.h29 typedef unsigned StratifiedIndex; typedef
35 StratifiedIndex Index;
57 static const StratifiedIndex SetSentinel;
60 StratifiedIndex Above;
63 StratifiedIndex Below;
120 const StratifiedLink &getLink(StratifiedIndex Index) const { in getLink()
129 bool inbounds(StratifiedIndex Idx) const { return Idx < Links.size(); } in inbounds()
218 const StratifiedIndex Number;
220 BuilderLink(StratifiedIndex N) : Number(N) { in BuilderLink()
234 void setBelow(StratifiedIndex I) { in setBelow()
[all …]
DCFLAliasAnalysis.cpp81 const StratifiedIndex StratifiedLink::SetSentinel =
82 std::numeric_limits<StratifiedIndex>::max();
365 StratifiedIndex Index1, in getIndexRelation()
366 StratifiedIndex Index2) { in getIndexRelation()