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