Home
last modified time | relevance | path

Searched refs:BPA (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DBranchProbabilityInfo.cpp415 BranchProbabilityAnalysis BPA(&Weights, this, &LI); in runOnFunction() local
416 return BPA.runOnFunction(F); in runOnFunction()
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp154 : BPA(std::move(G.BPA)), NodeMap(std::move(G.NodeMap)), in LazyCallGraph()
165 BPA = std::move(G.BPA); in operator =()
1244 return *new (MappedN = BPA.Allocate()) Node(*this, F); in insertInto()
/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h838 SpecificBumpPtrAllocator<Node> BPA; variable