Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp47 bool processSwitch(SwitchInst *SI);
228 bool CorrelatedValuePropagation::processSwitch(SwitchInst *SI) { in processSwitch() function in CorrelatedValuePropagation
397 BBChanged |= processSwitch(cast<SwitchInst>(Term)); in runOnFunction()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSubEngine.h100 virtual void processSwitch(SwitchNodeBuilder& builder) = 0;
DExprEngine.h254 void processSwitch(SwitchNodeBuilder& builder) override;
/external/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp442 SubEng.processSwitch(builder); in HandleBlockExit()
DExprEngine.cpp1778 void ExprEngine::processSwitch(SwitchNodeBuilder& builder) { in processSwitch() function in ExprEngine