Searched refs:getNodeAllocator (Results 1 – 2 of 2) sorted by relevance
235 BumpVectorContext &Ctx = G.getNodeAllocator(); in addNode()245 V->push_back(N, G.getNodeAllocator()); in addNode()
423 BumpVectorContext &getNodeAllocator() { return BVC; } in getNodeAllocator() function