Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1841 std::vector<Function *> HotFunctions; in annotateAllFunctions() local
1880 HotFunctions.push_back(&F); in annotateAllFunctions()
1891 HotFunctions.push_back(&F); in annotateAllFunctions()
1943 for (auto &F : HotFunctions) { in annotateAllFunctions()