Searched refs:treeArcs (Results 1 – 2 of 2) sorted by relevance
170 fn->treeArcs.push_back(std::move(arc)); in readGCNO()288 fn->treeArcs.push_back(std::move(arc)); in readGCDA()292 for (size_t i = fn->treeArcs.size() - 1; i; --i) in readGCDA()293 fn->treeArcs[i - 1]->src.count += fn->treeArcs[i - 1]->count; in readGCDA()
262 SmallVector<std::unique_ptr<GCOVArc>, 0> arcs, treeArcs; variable