Searched refs:UserLabel (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveDebugVariables.cpp | 503 class UserLabel { class 516 UserLabel(const DILabel *label, DebugLoc L, SlotIndex Idx) in UserLabel() function in __anon093131440411::UserLabel 587 SmallVector<std::unique_ptr<UserLabel>, 2> userLabels; 758 void UserLabel::print(raw_ostream &OS, const TargetRegisterInfo *TRI) { in print() 926 userLabels.push_back(std::make_unique<UserLabel>(Label, DL, Idx)); in handleDebugLabel() 1780 void UserLabel::insertDebugLabel(MachineBasicBlock *MBB, SlotIndex Idx, in insertDebugLabel() 1846 void UserLabel::emitDebugLabel(LiveIntervals &LIS, const TargetInstrInfo &TII, in emitDebugLabel()
|