Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp281 void processSwitch(SwitchInst *, BasicBlock *,
485 void PredicateInfoBuilder::processSwitch( in processSwitch() function in llvm::PredicateInfoBuilder
528 processSwitch(SI, BranchBB, OpsToRename); in buildPredicateInfo()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp392 ExprEng.processSwitch(builder); in HandleBlockExit()
H A DExprEngine.cpp2443 void ExprEngine::processSwitch(SwitchNodeBuilder& builder) { in processSwitch() function in ExprEngine
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h358 void processSwitch(SwitchNodeBuilder& builder);