HomeSort by relevance Sort by last modified time
    Searched refs:SCCBPA (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
LazyCallGraph.cpp 136 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/
LazyCallGraph.h 483 SpecificBumpPtrAllocator<SCC> SCCBPA;

Completed in 84 milliseconds