Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp268 void processSwitch(SwitchInst *, BasicBlock *,
472 void PredicateInfoBuilder::processSwitch( in processSwitch() function in llvm::PredicateInfoBuilder
513 processSwitch(SI, BranchBB, OpsToRename); in buildPredicateInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp348 static bool processSwitch(SwitchInst *I, LazyValueInfo *LVI, in processSwitch() function
1271 BBChanged |= processSwitch(cast<SwitchInst>(Term), LVI, DT); in runImpl()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp409 ExprEng.processSwitch(builder); in HandleBlockExit()
H A DExprEngine.cpp2983 void ExprEngine::processSwitch(SwitchNodeBuilder& builder) { in processSwitch() function in ExprEngine
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h353 void processSwitch(SwitchNodeBuilder& builder);