Searched refs:SwitchIndex (Results 1 – 2 of 2) sorted by relevance
989 SizeT SwitchIndex = 0; member in IceBuilder999 SwitchIndex = 0; in Switch()1006 LOG(out << "IfValue(" << Value << ") [Index = " << SwitchIndex << "]\n"); in IfValue()1009 CurrentSwitch->addBranch(SwitchIndex++, Value, Target); in IfValue()1013 LOG(out << "IfDefault(...) [Index = " << SwitchIndex << "]\n"); in IfDefault()1017 assert(SwitchIndex == CurrentSwitch->getNumCases()); in IfDefault()
1472 int SwitchIndex = 0; in rewritePHIsForCleanupPad() local1492 auto *SwitchConstant = ConstantInt::get(SwitchType, SwitchIndex); in rewritePHIsForCleanupPad()1495 SwitchIndex++; in rewritePHIsForCleanupPad()