Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp45 bool processSwitch(SwitchInst *SI);
211 bool CorrelatedValuePropagation::processSwitch(SwitchInst *SI) { in processSwitch() function in CorrelatedValuePropagation
323 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.cpp1732 void ExprEngine::processSwitch(SwitchNodeBuilder& builder) { in processSwitch() function in ExprEngine