Home
last modified time | relevance | path

Searched defs:processSwitch (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp218 static bool processSwitch(SwitchInst *SI, LazyValueInfo *LVI) { in processSwitch() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp310 static bool processSwitch(SwitchInst *SI, LazyValueInfo *LVI, DominatorTree *DT) { in processSwitch() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp431 void PredicateInfo::processSwitch(SwitchInst *SI, BasicBlock *BranchBB, in processSwitch() function in llvm::PredicateInfo
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1802 void ExprEngine::processSwitch(SwitchNodeBuilder& builder) { in processSwitch() function in ExprEngine