HomeSort by relevance Sort by last modified time
    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