Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1471 std::vector<Function *> HotFunctions; in annotateAllFunctions() local
1499 HotFunctions.push_back(&F); in annotateAllFunctions()
1534 for (auto &F : HotFunctions) { in annotateAllFunctions()