Searched refs:InstrumentAllFunctions (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
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()
|