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