Home
last modified time | relevance | path

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 DSubEngine.h107 virtual void processSwitch(SwitchNodeBuilder& builder) = 0;
H A DExprEngine.h327 void processSwitch(SwitchNodeBuilder& builder) override;
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h235 void processSwitch(SwitchInst *, BasicBlock *, SmallPtrSetImpl<Value *> &);
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp310 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 DPredicateInfo.cpp430 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 DCoreEngine.cpp374 SubEng.processSwitch(builder); in HandleBlockExit()
H A DExprEngine.cpp2281 void ExprEngine::processSwitch(SwitchNodeBuilder& builder) { in processSwitch() function in ExprEngine