Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
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()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp2060 static bool annotateAllFunctions( in annotateAllFunctions() function
2279 if (!annotateAllFunctions(M, ProfileFileName, ProfileRemappingFileName, in run()