Home
last modified time | relevance | path

Searched refs:setProfileSummary (Results 1 – 13 of 13) sorted by relevance

/external/llvm/unittests/ProfileData/
DSampleProfTest.cpp155 M.setProfileSummary(MD); in testRoundTrip()
DInstrProfTest.cpp198 M.setProfileSummary(MD); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/
DSampleProfTest.cpp168 M.setProfileSummary(MD); in testRoundTrip()
DInstrProfTest.cpp191 M.setProfileSummary(MD); in TEST_F()
/external/llvm/lib/IR/
DModule.cpp514 void Module::setProfileSummary(Metadata *M) { in setProfileSummary() function in Module
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DModule.cpp508 void Module::setProfileSummary(Metadata *M) { in setProfileSummary() function in Module
/external/llvm/include/llvm/IR/
DModule.h819 void setProfileSummary(Metadata *M);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModule.h847 void setProfileSummary(Metadata *M);
/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp1235 M.setProfileSummary(Reader->getSummary().getMD(M.getContext())); in runOnModule()
/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp899 M.setProfileSummary(PGOReader->getSummary().getMD(M.getContext())); in annotateAllFunctions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp1541 M.setProfileSummary(Reader->getSummary().getMD(M.getContext())); in runOnModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1514 M.setProfileSummary(PGOReader->getSummary().getMD(M.getContext())); in annotateAllFunctions()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp396 getModule().setProfileSummary(PGOReader->getSummary().getMD(VMContext)); in Release()