|
VapourSynth-llvmexpr
|
#include <llvmexpr/analysis/passes/BlockAnalysisPass.hpp>


Public Types | |
| using | Result = BlockAnalysisResult |
| Public Types inherited from analysis::AnalysisPass< BlockAnalysisPass, BlockAnalysisResult > | |
| using | Result |
Public Member Functions | |
| const char * | getName () const override |
| Result | run (const std::vector< Token > &tokens, AnalysisManager &am) override |
| Public Member Functions inherited from analysis::Pass | |
| Pass ()=default | |
| virtual | ~Pass ()=default |
| Pass (const Pass &)=delete | |
| Pass & | operator= (const Pass &)=delete |
| Pass (Pass &&)=delete | |
| Pass & | operator= (Pass &&)=delete |
Computes per-block properties Responsibilities:
Definition at line 41 of file BlockAnalysisPass.hpp.
Definition at line 44 of file BlockAnalysisPass.hpp.
|
inlinenodiscardoverridevirtual |
Implements analysis::Pass.
Definition at line 46 of file BlockAnalysisPass.hpp.
|
overridevirtual |
Implements analysis::AnalysisPass< BlockAnalysisPass, BlockAnalysisResult >.
Definition at line 30 of file BlockAnalysisPass.cpp.
References get_token_behavior(), and analysis::AnalysisManager::getResult().