Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DStratifiedSets.h28 typedef unsigned StratifiedIndex; typedef
34 StratifiedIndex Index;
46 static const StratifiedIndex SetSentinel;
49 StratifiedIndex Above;
52 StratifiedIndex Below;
111 const StratifiedLink &getLink(StratifiedIndex Index) const { in getLink()
120 bool inbounds(StratifiedIndex Idx) const { return Idx < Links.size(); } in inbounds()
188 const StratifiedIndex Number;
190 BuilderLink(StratifiedIndex N) : Number(N) { in BuilderLink()
204 void setBelow(StratifiedIndex I) { in setBelow()
[all …]
DCFLSteensAliasAnalysis.cpp86 const StratifiedIndex StratifiedLink::SetSentinel =
87 std::numeric_limits<StratifiedIndex>::max();
137 DenseMap<StratifiedIndex, InterfaceValue> InterfaceMap; in FunctionInfo()
147 StratifiedIndex SetIndex) { in FunctionInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DStratifiedSets.h27 typedef unsigned StratifiedIndex; typedef
33 StratifiedIndex Index;
45 static const StratifiedIndex SetSentinel;
48 StratifiedIndex Above;
51 StratifiedIndex Below;
101 const StratifiedLink &getLink(StratifiedIndex Index) const { in getLink()
110 bool inbounds(StratifiedIndex Idx) const { return Idx < Links.size(); } in inbounds()
178 const StratifiedIndex Number;
180 BuilderLink(StratifiedIndex N) : Number(N) { in BuilderLink()
194 void setBelow(StratifiedIndex I) { in setBelow()
[all …]
DCFLSteensAliasAnalysis.cpp87 const StratifiedIndex StratifiedLink::SetSentinel =
88 std::numeric_limits<StratifiedIndex>::max();
125 DenseMap<StratifiedIndex, InterfaceValue> InterfaceMap; in FunctionInfo()
135 StratifiedIndex SetIndex) { in FunctionInfo()