Searched refs:processSwitch (Results 1 - 5 of 5) 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/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSubEngine.h90 virtual void processSwitch(SwitchNodeBuilder& builder) = 0;
H A DExprEngine.h245 void processSwitch(SwitchNodeBuilder& builder) override;
/external/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp436 SubEng.processSwitch(builder);
H A DExprEngine.cpp1622 void ExprEngine::processSwitch(SwitchNodeBuilder& builder) { function in class:ExprEngine

Completed in 1231 milliseconds