Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp275 void processSwitch(SwitchInst *, BasicBlock *,
479 void PredicateInfoBuilder::processSwitch( in processSwitch() function in llvm::PredicateInfoBuilder
522 processSwitch(SI, BranchBB, OpsToRename); in buildPredicateInfo()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp378 static bool processSwitch(SwitchInst *I, LazyValueInfo *LVI, in processSwitch() function
1201 BBChanged |= processSwitch(cast<SwitchInst>(Term), LVI, DT); in runImpl()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp421 ExprEng.processSwitch(builder); in HandleBlockExit()
H A DExprEngine.cpp2952 void ExprEngine::processSwitch(SwitchNodeBuilder& builder) { in processSwitch() function in ExprEngine
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h361 void processSwitch(SwitchNodeBuilder& builder);