Searched refs:SCCBPA (Results 1 – 2 of 2) sorted by relevance
853 SpecificBumpPtrAllocator<SCC> SCCBPA; variable889 return new (SCCBPA.Allocate()) SCC(std::forward<Ts>(Args)...); in createSCC()
156 EntryIndexMap(std::move(G.EntryIndexMap)), SCCBPA(std::move(G.SCCBPA)), in LazyCallGraph()169 SCCBPA = std::move(G.SCCBPA); in operator =()