Searched refs:processSwitch (Results 1 – 5 of 5) sorted by relevance
100 virtual void processSwitch(SwitchNodeBuilder& builder) = 0;
254 void processSwitch(SwitchNodeBuilder& builder) override;
218 static bool processSwitch(SwitchInst *SI, LazyValueInfo *LVI) { in processSwitch() function445 BBChanged |= processSwitch(cast<SwitchInst>(Term), LVI); in runImpl()
454 SubEng.processSwitch(builder); in HandleBlockExit()
1802 void ExprEngine::processSwitch(SwitchNodeBuilder& builder) { in processSwitch() function in ExprEngine