Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLazyCallGraph.cpp136 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()
/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h482 SpecificBumpPtrAllocator<SCC> SCCBPA; variable