Lines Matching defs:switchInst
1723 llvm::Value *switchInst = Nucleus::createSwitch(value, unreachableBlock, (int)callRetBlock[currentLabel].size());1727 Nucleus::addSwitchCase(switchInst, i, callRetBlock[currentLabel][i]);