Searched refs:SCCBPA (Results 1 – 4 of 4) 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 =()
1120 SpecificBumpPtrAllocator<SCC> SCCBPA; variable1153 return new (SCCBPA.Allocate()) SCC(std::forward<Ts>(Args)...); in createSCC()
195 EntryEdges(std::move(G.EntryEdges)), SCCBPA(std::move(G.SCCBPA)), in LazyCallGraph()205 SCCBPA = std::move(G.SCCBPA); in operator =()