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

  /external/llvm/lib/Analysis/
StratifiedSets.h 1 //===- StratifiedSets.h - Abstract stratified sets implementation. --------===//
38 /// A "link" between two StratifiedSets.
54 /// Attributes for these StratifiedSets.
85 template <typename T> class StratifiedSets {
87 StratifiedSets() = default;
93 StratifiedSets(StratifiedSets &&Other) { *this = std::move(Other); }
94 StratifiedSets &operator=(StratifiedSets &&Other) {
100 StratifiedSets(DenseMap<T, StratifiedInfo> Map
    [all...]
CFLSteensAliasAnalysis.cpp 40 #include "StratifiedSets.h"
70 StratifiedSets<InstantiatedValue> Sets;
75 StratifiedSets<InstantiatedValue> S);
77 const StratifiedSets<InstantiatedValue> &getStratifiedSets() const {
130 StratifiedSets<InstantiatedValue> S)
196 // Builds the graph + StratifiedSets for a function.
201 // Add all CFLGraph nodes and all Dereference edges to StratifiedSets
222 // Add all assign edges to StratifiedSets

Completed in 74 milliseconds