Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp880 std::vector<Function *> HotFunctions; in annotateAllFunctions() local
897 HotFunctions.push_back(&F); in annotateAllFunctions()
904 for (auto &F : HotFunctions) { in annotateAllFunctions()