Searched refs:SCCBPA (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
H A DLazyCallGraph.cpp136 EntryIndexMap(std::move(G.EntryIndexMap)), SCCBPA(std::move(G.SCCBPA)),
149 SCCBPA = std::move(G.SCCBPA);
584 SCC *NewSCC = new (SCCBPA.Allocate()) SCC(*this);
/external/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h477 SpecificBumpPtrAllocator<SCC> SCCBPA; member in class:llvm::LazyCallGraph

Completed in 909 milliseconds