Searched refs:MetaRoots (Results 1 – 1 of 1) sorted by relevance
240 SmallVector<std::pair<CallInst *, AllocaInst *>, 16> MetaRoots; in CollectRoots() local253 MetaRoots.push_back(Pair); in CollectRoots()258 Roots.insert(Roots.begin(), MetaRoots.begin(), MetaRoots.end()); in CollectRoots()