Home
last modified time | relevance | path

Searched refs:processSwitch (Results 1 – 8 of 8) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSubEngine.h100 virtual void processSwitch(SwitchNodeBuilder& builder) = 0;
DExprEngine.h254 void processSwitch(SwitchNodeBuilder& builder) override;
/external/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp218 static bool processSwitch(SwitchInst *SI, LazyValueInfo *LVI) { in processSwitch() function
445 BBChanged |= processSwitch(cast<SwitchInst>(Term), LVI); in runImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DPredicateInfo.h235 void processSwitch(SwitchInst *, BasicBlock *, SmallPtrSetImpl<Value *> &);
/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
737 BBChanged |= processSwitch(cast<SwitchInst>(Term), LVI, DT); in runImpl()
/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
473 processSwitch(SI, BranchBB, OpsToRename); in buildPredicateInfo()
/external/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp454 SubEng.processSwitch(builder); in HandleBlockExit()
DExprEngine.cpp1802 void ExprEngine::processSwitch(SwitchNodeBuilder& builder) { in processSwitch() function in ExprEngine