Searched refs:runOnBlock (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowSolver.h160 /// runOnBlock - Computes dataflow values for a given block. This
162 /// dataflow values using runOnCFG, as runOnBlock is intended to
165 void runOnBlock(const CFGBlock *B, bool recordStmtValues) { function in class:clang::DataflowSolver
175 void runOnBlock(const CFGBlock &B, bool recordStmtValues) { function in class:clang::DataflowSolver
176 runOnBlock(&B, recordStmtValues);
178 void runOnBlock(CFG::iterator &I, bool recordStmtValues) { function in class:clang::DataflowSolver
179 runOnBlock(*I, recordStmtValues);
181 void runOnBlock(CFG::const_iterator &I, bool recordStmtValues) { function in class:clang::DataflowSolver
182 runOnBlock(*I, recordStmtValues);
187 runOnBlock(
[all...]
/external/clang/lib/Analysis/
H A DLiveVariables.cpp113 LiveVariables::LivenessValues runOnBlock(const CFGBlock *block,
462 LiveVariablesImpl::runOnBlock(const CFGBlock *block, function in class:LiveVariablesImpl
496 getImpl(impl).runOnBlock(*it, getImpl(impl).blocksEndToLiveness[*it], &obs);
576 LV->blocksBeginToLiveness[block] = LV->runOnBlock(block, val);
H A DUninitializedValues.cpp728 static bool runOnBlock(const CFGBlock *block, const CFG &cfg, function
829 bool changed = runOnBlock(block, cfg, ac, vals,
844 runOnBlock(block, cfg, ac, vals, classification, wasAnalyzed, handler);

Completed in 108 milliseconds