Searched refs:SCCBPA (Results 1 – 2 of 2) sorted by relevance
136 EntryIndexMap(std::move(G.EntryIndexMap)), SCCBPA(std::move(G.SCCBPA)), in LazyCallGraph()149 SCCBPA = std::move(G.SCCBPA); in operator =()584 SCC *NewSCC = new (SCCBPA.Allocate()) SCC(*this); in formSCC()
482 SpecificBumpPtrAllocator<SCC> SCCBPA; variable