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

  /external/llvm/lib/Analysis/
LazyCallGraph.cpp 134 : BPA(std::move(G.BPA)), NodeMap(std::move(G.NodeMap)),
145 BPA = std::move(G.BPA);
546 return *new (MappedN = BPA.Allocate()) Node(*this, F);
  /external/llvm/include/llvm/Analysis/
LazyCallGraph.h 467 SpecificBumpPtrAllocator<Node> BPA;

Completed in 160 milliseconds