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