Searched refs:runOnAllBlocks (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h84 /// has been recorded at the statement level (see runOnAllBlocks), and
89 /// before the given block-level expression (see runOnAllBlocks).
96 void runOnAllBlocks(Observer &obs);
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowSolver.h184 void runOnAllBlocks(const CFG& cfg, bool recordStmtValues = false) { function in class:clang::DataflowSolver
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp440 L->runOnAllBlocks(A);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Analysis/
H A DLiveVariables.cpp492 void LiveVariables::runOnAllBlocks(LiveVariables::Observer &obs) { function in class:LiveVariables

Completed in 101 milliseconds