Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp283 void processSwitch(SwitchInst *, BasicBlock *,
487 void PredicateInfoBuilder::processSwitch( in processSwitch() function in llvm::PredicateInfoBuilder
530 processSwitch(SI, BranchBB, OpsToRename); in buildPredicateInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp328 static bool processSwitch(SwitchInst *I, LazyValueInfo *LVI, in processSwitch() function
1076 BBChanged |= processSwitch(cast<SwitchInst>(Term), LVI, DT); in runImpl()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp393 ExprEng.processSwitch(builder); in HandleBlockExit()
H A DExprEngine.cpp2445 void ExprEngine::processSwitch(SwitchNodeBuilder& builder) { in processSwitch() function in ExprEngine
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h358 void processSwitch(SwitchNodeBuilder& builder);