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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1621 std::vector<Function *> ColdFunctions; local
1638 ColdFunctions.push_back(&F);
1647 ColdFunctions.push_back(&F);
1689 for (auto &F : ColdFunctions) {

Completed in 89 milliseconds