Searched refs:InstrumentAllFunctions (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 805 static bool InstrumentAllFunctions( in InstrumentAllFunctions() function 829 return InstrumentAllFunctions(M, LookupBPI, LookupBFI); in runOnModule() 844 if (!InstrumentAllFunctions(M, LookupBPI, LookupBFI)) in run()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 1462 static bool InstrumentAllFunctions( in InstrumentAllFunctions() function 1499 return InstrumentAllFunctions(M, LookupBPI, LookupBFI, IsCS); in runOnModule() 1513 if (!InstrumentAllFunctions(M, LookupBPI, LookupBFI, IsCS)) in run()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 1887 static bool InstrumentAllFunctions( in InstrumentAllFunctions() function 1931 if (!InstrumentAllFunctions(M, LookupTLI, LookupBPI, LookupBFI, IsCS)) in run()
|