OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:processSwitch
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp
44
bool
processSwitch
(SwitchInst *SI);
199
///
processSwitch
- Simplify a switch instruction by removing cases which can
206
bool CorrelatedValuePropagation::
processSwitch
(SwitchInst *SI) {
317
BBChanged |=
processSwitch
(cast<SwitchInst>(Term));
/external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp
[
all
...]
Completed in 203 milliseconds