Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp43 bool processSwitch(SwitchInst *SI);
205 bool CorrelatedValuePropagation::processSwitch(SwitchInst *SI) { in processSwitch() function in CorrelatedValuePropagation
313 BBChanged |= processSwitch(cast<SwitchInst>(Term)); in runOnFunction()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSubEngine.h90 virtual void processSwitch(SwitchNodeBuilder& builder) = 0;
DExprEngine.h242 void processSwitch(SwitchNodeBuilder& builder);
/external/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp436 SubEng.processSwitch(builder); in HandleBlockExit()
DExprEngine.cpp1525 void ExprEngine::processSwitch(SwitchNodeBuilder& builder) { in processSwitch() function in ExprEngine