Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2010 std::vector<Function *> HotFunctions; in annotateAllFunctions() local
2068 HotFunctions.push_back(&F); in annotateAllFunctions()
2120 for (auto &F : HotFunctions) { in annotateAllFunctions()