Searched refs:IsSwitch (Results 1 – 6 of 6) sorted by relevance
51 } else if (inst->IsSwitch()) { in dumpMethodCFGImpl()140 force_new_block = pair.Inst().IsSwitch() || pair.Inst().IsBasicBlockEnd(); in dumpMethodCFGImpl()222 } else if (inst->IsSwitch()) { in dumpMethodCFGImpl()
109 } else if (instruction.IsSwitch()) { in CreateBranchTargets()193 } else if (instruction.IsSwitch()) { in ConnectBasicBlocks()
921 } else if (instruction.IsSwitch()) { in CheckLoopEntriesCanBeUsedForOsr()
567 bool IsSwitch() const { in IsSwitch() function
86 } else if (instruction.IsSwitch()) { in FindBranches()
1041 } else if (inst->IsSwitch() || inst->IsThrow()) { in VerifyInstructions()