Home
last modified time | relevance | path

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

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