Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp850 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 DPGOInstrumentation.cpp1519 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 DPGOInstrumentation.cpp2060 static bool annotateAllFunctions( in annotateAllFunctions() function
2279 if (!annotateAllFunctions(M, ProfileFileName, ProfileRemappingFileName, in run()