Searched defs:processSwitch (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp44 bool processSwitch(SwitchInst *SI);
199 /// processSwitch - Simplify a switch instruction by removing cases which can
206 bool CorrelatedValuePropagation::processSwitch(SwitchInst *SI) { function in class:CorrelatedValuePropagation
317 BBChanged |= processSwitch(cast<SwitchInst>(Term));
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1622 void ExprEngine::processSwitch(SwitchNodeBuilder& builder) { function in class:ExprEngine

Completed in 1692 milliseconds