Home | History | Annotate | Download | only in Reactor

Lines Matching defs:SwitchCases

145 	class SwitchCases : public Ice::InstSwitch {};
1257 SwitchCases *Nucleus::createSwitch(Value *control, BasicBlock *defaultBranch, unsigned numCases)
1262 return reinterpret_cast<SwitchCases*>(switchInst);
1265 void Nucleus::addSwitchCase(SwitchCases *switchCases, int label, BasicBlock *branch)
1267 switchCases->addBranch(label, label, branch);