Searched refs:UserLabel (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | LiveDebugVariables.cpp | 498 class UserLabel { class 511 UserLabel(const DILabel *label, DebugLoc L, SlotIndex Idx) in UserLabel() function in __anon5b3cf91b0411::UserLabel 574 SmallVector<std::unique_ptr<UserLabel>, 2> userLabels; 746 void UserLabel::print(raw_ostream &OS, const TargetRegisterInfo *TRI) { in print() 914 userLabels.push_back(std::make_unique<UserLabel>(Label, DL, Idx)); in handleDebugLabel() 1732 void UserLabel::insertDebugLabel(MachineBasicBlock *MBB, SlotIndex Idx, in insertDebugLabel() 1798 void UserLabel::emitDebugLabel(LiveIntervals &LIS, const TargetInstrInfo &TII, in emitDebugLabel()
|