Home
last modified time | relevance | path

Searched refs:LastF (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h127 : Probs(std::move(Arg.Probs)), LastF(Arg.LastF), in BranchProbabilityInfo()
329 const Function *LastF = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp1094 assert(LastF && "Cannot print prior to running over a function"); in print()
1095 for (const auto &BI : *LastF) { in print()
1255 LastF = &F; // Store the last function we ran on for printing. in calculate()