Searched refs:processSwitch (Results 1 – 8 of 8) sorted by relevance
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SubEngine.h | 100 virtual void processSwitch(SwitchNodeBuilder& builder) = 0;
|
D | ExprEngine.h | 254 void processSwitch(SwitchNodeBuilder& builder) override;
|
/external/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 218 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/ |
D | PredicateInfo.h | 235 void processSwitch(SwitchInst *, BasicBlock *, SmallPtrSetImpl<Value *> &);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 310 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/ |
D | PredicateInfo.cpp | 431 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/ |
D | CoreEngine.cpp | 454 SubEng.processSwitch(builder); in HandleBlockExit()
|
D | ExprEngine.cpp | 1802 void ExprEngine::processSwitch(SwitchNodeBuilder& builder) { in processSwitch() function in ExprEngine
|