Searched refs:getJumpTableIndex (Results 1 – 4 of 4) sorted by relevance
384 int getJumpTableIndex(const MachineInstr &MI) const override;
3914 int X86InstrInfo::getJumpTableIndex(const MachineInstr &MI) const { in getJumpTableIndex() function in X86InstrInfo
1042 virtual int getJumpTableIndex(const MachineInstr &MI) const { return -1; } in getJumpTableIndex() function
688 return TII->getJumpTableIndex(Terminator); in findJumpTableIndex()