Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1793 std::vector<Function *> HotFunctions; in annotateAllFunctions() local
1832 HotFunctions.push_back(&F); in annotateAllFunctions()
1843 HotFunctions.push_back(&F); in annotateAllFunctions()
1895 for (auto &F : HotFunctions) { in annotateAllFunctions()