souffle
2.0.2-371-g6315b36
|
#include "ast/Relation.h"
#include "ast/TranslationUnit.h"
#include "ast/analysis/Analysis.h"
#include "ast/analysis/PrecedenceGraph.h"
#include "ast/analysis/TopologicallySortedSCCGraph.h"
#include <ostream>
#include <set>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
Data Structures | |
class | souffle::ast::analysis::RelationScheduleAnalysis |
Analysis pass computing a schedule for computing relations. More... | |
class | souffle::ast::analysis::RelationScheduleAnalysisStep |
A single step in a relation schedule, consisting of the relations computed in the step and the relations that are no longer required at that step. More... | |
Namespaces | |
souffle | |
souffle::ast | |
souffle::ast::analysis | |