Searched refs:BPA (Results 1 – 3 of 3) sorted by relevance
415 BranchProbabilityAnalysis BPA(&Weights, this, &LI); in runOnFunction() local416 return BPA.runOnFunction(F); in runOnFunction()
154 : 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()
838 SpecificBumpPtrAllocator<Node> BPA; variable