Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp501 class UserLabel { class
514 UserLabel(const DILabel *label, DebugLoc L, SlotIndex Idx) in UserLabel() function in __anonef106bf80411::UserLabel
577 SmallVector<std::unique_ptr<UserLabel>, 2> userLabels;
749 void UserLabel::print(raw_ostream &OS, const TargetRegisterInfo *TRI) { in print()
916 userLabels.push_back(std::make_unique<UserLabel>(Label, DL, Idx)); in handleDebugLabel()
1745 void UserLabel::insertDebugLabel(MachineBasicBlock *MBB, SlotIndex Idx, in insertDebugLabel()
1811 void UserLabel::emitDebugLabel(LiveIntervals &LIS, const TargetInstrInfo &TII, in emitDebugLabel()