Home
last modified time | relevance | path

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

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