Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp881 std::vector<Function *> ColdFunctions; in annotateAllFunctions() local
895 ColdFunctions.push_back(&F); in annotateAllFunctions()
909 for (auto &F : ColdFunctions) { in annotateAllFunctions()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1564 std::vector<Function *> ColdFunctions; in annotateAllFunctions() local
1580 ColdFunctions.push_back(&F); in annotateAllFunctions()
1589 ColdFunctions.push_back(&F); in annotateAllFunctions()
1631 for (auto &F : ColdFunctions) { in annotateAllFunctions()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2119 std::vector<Function *> ColdFunctions; in annotateAllFunctions() local
2156 ColdFunctions.push_back(&F); in annotateAllFunctions()
2174 ColdFunctions.push_back(&F); in annotateAllFunctions()
2233 for (auto &F : ColdFunctions) { in annotateAllFunctions()