HomeSort by relevance Sort by last modified time
    Searched defs:processSwitch (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 43 bool processSwitch(SwitchInst *SI);
198 /// processSwitch - Simplify a switch instruction by removing cases which can
205 bool CorrelatedValuePropagation::processSwitch(SwitchInst *SI) {
313 BBChanged |= processSwitch(cast<SwitchInst>(Term));
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
  /frameworks/base/services/input/
InputReader.cpp     [all...]

Completed in 82 milliseconds