Searched refs:processSwitch (Results 1 – 5 of 5) sorted by relevance
47 bool processSwitch(SwitchInst *SI);228 bool CorrelatedValuePropagation::processSwitch(SwitchInst *SI) { in processSwitch() function in CorrelatedValuePropagation397 BBChanged |= processSwitch(cast<SwitchInst>(Term)); in runOnFunction()
100 virtual void processSwitch(SwitchNodeBuilder& builder) = 0;
254 void processSwitch(SwitchNodeBuilder& builder) override;
442 SubEng.processSwitch(builder); in HandleBlockExit()
1778 void ExprEngine::processSwitch(SwitchNodeBuilder& builder) { in processSwitch() function in ExprEngine