Home
last modified time | relevance | path

Searched refs:JumpInfos (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchMachineFunctionInfo.h44 SmallVector<std::pair<MachineInstr *, int>, 4> JumpInfos; variable
80 JumpInfos.push_back(std::make_pair(JrMI, JTIIdx)); in setJumpInfo()
82 unsigned getJumpInfoSize() { return JumpInfos.size(); } in getJumpInfoSize()
83 MachineInstr *getJumpInfoJrMI(unsigned Idx) { return JumpInfos[Idx].first; } in getJumpInfoJrMI()
84 int getJumpInfoJTIIndex(unsigned Idx) { return JumpInfos[Idx].second; } in getJumpInfoJTIIndex()