HomeSort by: relevance | last modified time | path
    Searched refs:processSwitch (Results 1 - 5 of 5) 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/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 392 ExprEng.processSwitch(builder);
ExprEngine.cpp 2441 /// ProcessSwitch - Called by CoreEngine. Used to generate successor
2443 void ExprEngine::processSwitch(SwitchNodeBuilder& builder) {
  /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/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 356 /// ProcessSwitch - Called by CoreEngine. Used to generate successor
358 void processSwitch(SwitchNodeBuilder& builder);

Completed in 22 milliseconds