Home | History | Annotate | Download | only in src

Lines Matching refs:InstSwitch

506 InstSwitch::InstSwitch(Cfg *Func, SizeT NumCases, Operand *Source,
520 void InstSwitch::addBranch(SizeT CaseIndex, uint64_t Value, CfgNode *Label) {
526 NodeList InstSwitch::getTerminatorEdges() const {
544 bool InstSwitch::repointEdges(CfgNode *OldNode, CfgNode *NewNode) {
892 void InstSwitch::dump(const Cfg *Func) const {