Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp112 struct InProgressEntry { struct
116 InProgressEntry(TimePointType S, TimePointType E, std::string N, in InProgressEntry() argument
121 InProgressEntry(TimePointType S, TimePointType E, std::string N, in InProgressEntry() argument
142 Stack.emplace_back(std::make_unique<InProgressEntry>( in begin()
153 Stack.emplace_back(std::make_unique<InProgressEntry>( in begin()
181 llvm::find_if(Stack, [&](const std::unique_ptr<InProgressEntry> &Val) { in end()
200 [&](const std::unique_ptr<InProgressEntry> &Val) { in end()
366 SmallVector<std::unique_ptr<InProgressEntry>, 16> Stack;