Searched refs:processSwitch (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp43 bool processSwitch(SwitchInst *SI);
198 /// processSwitch - Simplify a switch instruction by removing cases which can
205 bool CorrelatedValuePropagation::processSwitch(SwitchInst *SI) { function in class:CorrelatedValuePropagation
313 BBChanged |= processSwitch(cast<SwitchInst>(Term));
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSubEngine.h90 virtual void processSwitch(SwitchNodeBuilder& builder) = 0;
H A DExprEngine.h242 void processSwitch(SwitchNodeBuilder& builder);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp436 SubEng.processSwitch(builder);
H A DExprEngine.cpp1502 void ExprEngine::processSwitch(SwitchNodeBuilder& builder) { function in class:ExprEngine

Completed in 121 milliseconds