Searched defs:processSwitch (Results 1 – 4 of 4) sorted by relevance
218 static bool processSwitch(SwitchInst *SI, LazyValueInfo *LVI) { in processSwitch() function
310 static bool processSwitch(SwitchInst *SI, LazyValueInfo *LVI, DominatorTree *DT) { in processSwitch() function
431 void PredicateInfo::processSwitch(SwitchInst *SI, BasicBlock *BranchBB, in processSwitch() function in llvm::PredicateInfo
1802 void ExprEngine::processSwitch(SwitchNodeBuilder& builder) { in processSwitch() function in ExprEngine