Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp209 bool CorrelatedValuePropagation::processSwitch(SwitchInst *SI) { in processSwitch() function in CorrelatedValuePropagation
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1732 void ExprEngine::processSwitch(SwitchNodeBuilder& builder) { in processSwitch() function in ExprEngine