Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBranchProbabilityInfo.h63 : Probs(std::move(Arg.Probs)), LastF(Arg.LastF), in BranchProbabilityInfo()
183 const Function *LastF = nullptr; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp863 assert(LastF && "Cannot print prior to running over a function"); in print()
864 for (const auto &BI : *LastF) { in print()
976 LastF = &F; // Store the last function we ran on for printing. in calculate()