Searched refs:processSwitch (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SubEngine.h | 107 virtual void processSwitch(SwitchNodeBuilder& builder) = 0;
|
| H A D | ExprEngine.h | 327 void processSwitch(SwitchNodeBuilder& builder) override;
|
| /freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/ |
| H A D | PredicateInfo.h | 235 void processSwitch(SwitchInst *, BasicBlock *, SmallPtrSetImpl<Value *> &);
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | CorrelatedValuePropagation.cpp | 310 static bool processSwitch(SwitchInst *SI, LazyValueInfo *LVI, in processSwitch() function 736 BBChanged |= processSwitch(cast<SwitchInst>(Term), LVI, DT); in runImpl()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | PredicateInfo.cpp | 430 void PredicateInfo::processSwitch(SwitchInst *SI, BasicBlock *BranchBB, in processSwitch() function in llvm::PredicateInfo 472 processSwitch(SI, BranchBB, OpsToRename); in buildPredicateInfo()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | CoreEngine.cpp | 374 SubEng.processSwitch(builder); in HandleBlockExit()
|
| H A D | ExprEngine.cpp | 2281 void ExprEngine::processSwitch(SwitchNodeBuilder& builder) { in processSwitch() function in ExprEngine
|