Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp573 SmallVector<std::unique_ptr<UserLabel>, 2> userLabels; member in __anon41ad64740411::LDVImpl
646 userLabels.clear(); in clear()
759 for (auto &userLabel : userLabels) in print()
902 for (auto const &L : userLabels) { in handleDebugLabel()
909 userLabels.push_back(std::make_unique<UserLabel>(Label, DL, Idx)); in handleDebugLabel()
1821 for (auto &userLabel : userLabels) { in emitDebugValues()