Home
last modified time | relevance | path

Searched refs:setPartialProfile (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/include/llvm/ProfileData/
DSampleProfWriter.h62 virtual void setPartialProfile() {} in setPartialProfile() function
169 virtual void setPartialProfile() override { in setPartialProfile() function
/external/llvm-project/llvm/include/llvm/IR/
DProfileSummary.h95 void setPartialProfile(bool PP) { Partial = PP; } in setPartialProfile() function
/external/llvm-project/llvm/unittests/ProfileData/
DSampleProfTest.cpp315 Summary.setPartialProfile(true); in testRoundTrip()
318 Summary.setPartialProfile(false); in testRoundTrip()
323 Summary.setPartialProfile(true); in testRoundTrip()
/external/llvm-project/llvm/unittests/IR/
DModuleTest.cpp117 PS->setPartialProfile(true); in TEST()
/external/llvm-project/llvm/lib/ProfileData/
DSampleProfReader.cpp523 Summary->setPartialProfile(true); in readOneSection()
/external/llvm-project/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp649 Writer.setPartialProfile(); in handleExtBinaryWriter()