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