Searched refs:annotateAllFunctions (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 850 static bool annotateAllFunctions( in annotateAllFunctions() function 935 if (!annotateAllFunctions(M, ProfileFileName, LookupBPI, LookupBFI)) in run() 952 return annotateAllFunctions(M, ProfileFileName, LookupBPI, LookupBFI); in runOnModule()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 1519 static bool annotateAllFunctions( in annotateAllFunctions() function 1664 if (!annotateAllFunctions(M, ProfileFileName, ProfileRemappingFileName, in run() 1683 return annotateAllFunctions(M, ProfileFileName, "", LookupBPI, LookupBFI, PSI, in runOnModule()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 2060 static bool annotateAllFunctions( in annotateAllFunctions() function 2279 if (!annotateAllFunctions(M, ProfileFileName, ProfileRemappingFileName, in run()
|