Home
last modified time | relevance | path

Searched refs:SwitchIndex (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp989 SizeT SwitchIndex = 0; member in IceBuilder
999 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()
/external/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp1472 int SwitchIndex = 0; in rewritePHIsForCleanupPad() local
1492 auto *SwitchConstant = ConstantInt::get(SwitchType, SwitchIndex); in rewritePHIsForCleanupPad()
1495 SwitchIndex++; in rewritePHIsForCleanupPad()