Lines Matching defs:SIW
831 SwitchInstProfUpdateWrapper SIW(SI);
837 auto W = SIW.getSuccessorWeight(CaseI->getSuccessorIndex());
840 SIW.removeCase(CaseI);
871 NewSI->setDebugLoc(SIW->getDebugLoc());
946 SIW.getSuccessorWeight(Case.getSuccessorIndex()));
951 auto W = SIW.getSuccessorWeight(Case.getSuccessorIndex());
982 NewBI->setDebugLoc(SIW->getDebugLoc());
983 SIW.eraseFromParent();
994 SIW.setSuccessorWeight(
995 0, SIW.getSuccessorWeight(LastCaseI->getSuccessorIndex()));
996 SIW.removeCase(LastCaseI);