Home
last modified time | relevance | path

Searched refs:StratifiedIndex (Results 1 – 2 of 2) 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()