Searched refs:InProgressEntry (Results 1 – 1 of 1) sorted by relevance
112 struct InProgressEntry { struct116 InProgressEntry(TimePointType S, TimePointType E, std::string N, in InProgressEntry() function121 InProgressEntry(TimePointType S, TimePointType E, std::string N, in InProgressEntry() function142 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;