HomeSort by relevance Sort by last modified time
    Searched refs:StratifiedIndex (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
StratifiedSets.h 28 typedef unsigned StratifiedIndex;
34 StratifiedIndex Index;
41 /// StratifiedIndex type is used.
43 /// This is used instead of Optional<StratifiedIndex> because
44 /// Optional<StratifiedIndex> would eat up a considerable amount of extra
46 static const StratifiedIndex SetSentinel;
49 StratifiedIndex Above;
52 StratifiedIndex Below;
111 const StratifiedLink &getLink(StratifiedIndex Index) const {
120 bool inbounds(StratifiedIndex Idx) const { return Idx < Links.size();
    [all...]
CFLSteensAliasAnalysis.cpp 86 const StratifiedIndex StratifiedLink::SetSentinel =
87 std::numeric_limits<StratifiedIndex>::max();
137 DenseMap<StratifiedIndex, InterfaceValue> InterfaceMap;
140 // StratifiedIndex in RetParamRelations. For each valid InterfaceValue, we
141 // have its StratifiedIndex scanned here and check if the index is presented
147 StratifiedIndex SetIndex) {

Completed in 357 milliseconds