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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowSolver.h159 /// runOnBlock - Computes dataflow values for a given block. This
161 /// dataflow values using runOnCFG, as runOnBlock is intended to
164 void runOnBlock(const CFGBlock *B, bool recordStmtValues) { function in class:clang::DataflowSolver
174 void runOnBlock(const CFGBlock &B, bool recordStmtValues) { function in class:clang::DataflowSolver
175 runOnBlock(&B, recordStmtValues);
177 void runOnBlock(CFG::iterator &I, bool recordStmtValues) { function in class:clang::DataflowSolver
178 runOnBlock(*I, recordStmtValues);
180 void runOnBlock(CFG::const_iterator &I, bool recordStmtValues) { function in class:clang::DataflowSolver
181 runOnBlock(*I, recordStmtValues);
186 runOnBlock(
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Analysis/
H A DLiveVariables.cpp112 LiveVariables::LivenessValues runOnBlock(const CFGBlock *block,
461 LiveVariablesImpl::runOnBlock(const CFGBlock *block, function in class:LiveVariablesImpl
495 getImpl(impl).runOnBlock(*it, getImpl(impl).blocksEndToLiveness[*it], &obs);
575 LV->blocksBeginToLiveness[block] = LV->runOnBlock(block, val);
H A DUninitializedValues.cpp742 static bool runOnBlock(const CFGBlock *block, const CFG &cfg, function
843 bool changed = runOnBlock(block, cfg, ac, vals,
858 runOnBlock(block, cfg, ac, vals, classification, wasAnalyzed, handler);

Completed in 55 milliseconds