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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1620 std::vector<Function *> HotFunctions; local
1649 HotFunctions.push_back(&F);
1684 for (auto &F : HotFunctions) {

Completed in 61 milliseconds