Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h853 SpecificBumpPtrAllocator<SCC> SCCBPA; variable
889 return new (SCCBPA.Allocate()) SCC(std::forward<Ts>(Args)...); in createSCC()
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp156 EntryIndexMap(std::move(G.EntryIndexMap)), SCCBPA(std::move(G.SCCBPA)), in LazyCallGraph()
169 SCCBPA = std::move(G.SCCBPA); in operator =()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h1120 SpecificBumpPtrAllocator<SCC> SCCBPA; variable
1153 return new (SCCBPA.Allocate()) SCC(std::forward<Ts>(Args)...); in createSCC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyCallGraph.cpp195 EntryEdges(std::move(G.EntryEdges)), SCCBPA(std::move(G.SCCBPA)), in LazyCallGraph()
205 SCCBPA = std::move(G.SCCBPA); in operator =()