Searched refs:processSwitch (Results 1 – 5 of 5) sorted by relevance
43 bool processSwitch(SwitchInst *SI);205 bool CorrelatedValuePropagation::processSwitch(SwitchInst *SI) { in processSwitch() function in CorrelatedValuePropagation313 BBChanged |= processSwitch(cast<SwitchInst>(Term)); in runOnFunction()
90 virtual void processSwitch(SwitchNodeBuilder& builder) = 0;
242 void processSwitch(SwitchNodeBuilder& builder);
436 SubEng.processSwitch(builder); in HandleBlockExit()
1525 void ExprEngine::processSwitch(SwitchNodeBuilder& builder) { in processSwitch() function in ExprEngine