Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1135 SpecificBumpPtrAllocator<SCC> SCCBPA; variable
1173 return new (SCCBPA.Allocate()) SCC(std::forward<Ts>(Args)...); in createSCC()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp209 EntryEdges(std::move(G.EntryEdges)), SCCBPA(std::move(G.SCCBPA)), in LazyCallGraph()
234 SCCBPA = std::move(G.SCCBPA); in operator =()