Searched refs:processSwitch (Results 1 – 5 of 5) sorted by relevance
45 bool processSwitch(SwitchInst *SI);211 bool CorrelatedValuePropagation::processSwitch(SwitchInst *SI) { in processSwitch() function in CorrelatedValuePropagation323 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()
1732 void ExprEngine::processSwitch(SwitchNodeBuilder& builder) { in processSwitch() function in ExprEngine