HomeSort by: relevance | last modified time | path
    Searched defs:processSwitch (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
PredicateInfo.cpp 281 void processSwitch(SwitchInst *, BasicBlock *,
485 void PredicateInfoBuilder::processSwitch(
528 processSwitch(SI, BranchBB, OpsToRename);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 328 static bool processSwitch(SwitchInst *I, LazyValueInfo *LVI,
1076 BBChanged |= processSwitch(cast<SwitchInst>(Term), LVI, DT);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 2441 /// ProcessSwitch - Called by CoreEngine. Used to generate successor
2443 void ExprEngine::processSwitch(SwitchNodeBuilder& builder) {

Completed in 542 milliseconds