Searched refs:UserLabel (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | LiveDebugVariables.cpp | 497 class UserLabel { class 510 UserLabel(const DILabel *label, DebugLoc L, SlotIndex Idx) in UserLabel() function in __anon41ad64740411::UserLabel 573 SmallVector<std::unique_ptr<UserLabel>, 2> userLabels; 745 void UserLabel::print(raw_ostream &OS, const TargetRegisterInfo *TRI) { in print() 909 userLabels.push_back(std::make_unique<UserLabel>(Label, DL, Idx)); in handleDebugLabel() 1729 void UserLabel::insertDebugLabel(MachineBasicBlock *MBB, SlotIndex Idx, in insertDebugLabel() 1795 void UserLabel::emitDebugLabel(LiveIntervals &LIS, const TargetInstrInfo &TII, in emitDebugLabel()
|