Home
last modified time | relevance | path

Searched refs:PSL (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h34 ParsedSourceLocation PSL; in FromString() local
40 if (!ColSplit.second.getAsInteger(10, PSL.Column) && in FromString()
41 !LineSplit.second.getAsInteger(10, PSL.Line)) { in FromString()
42 PSL.FileName = std::string(LineSplit.first); in FromString()
46 if (PSL.FileName == "-") in FromString()
47 PSL.FileName = "<stdin>"; in FromString()
50 return PSL; in FromString()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h94 std::shared_ptr<ProfileSymbolList> PSL; variable
124 std::shared_ptr<ProfileSymbolList> PSL, in SampleProfileMatcher() argument
129 SymbolMap(&SymMap), PSL(PSL) {}; in SampleProfileMatcher()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h127 virtual void setProfileSymbolList(ProfileSymbolList *PSL) {} in setProfileSymbolList() argument
282 void setProfileSymbolList(ProfileSymbolList *PSL) override { in setProfileSymbolList() argument
283 ProfSymList = PSL; in setProfileSymbolList()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h143 if (std::optional<PostStore> PSL = L.getAs<PostStore>()) in getLocationRegionIfPostStore() local
144 return reinterpret_cast<const MemRegion*>(PSL->getLocationValue()); in getLocationRegionIfPostStore()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp560 std::shared_ptr<ProfileSymbolList> PSL; member in __anon71830f180111::SampleProfileLoader
1976 PSL = Reader->getProfileSymbolList(); in doInitialization()
1980 ProfileAccurateForSymsInList && PSL && !ProfileSampleAccurate; in doInitialization()
2072 M, *Reader, CG, ProbeManager.get(), LTOPhase, SymbolMap, PSL, in doInitialization()
2229 ProfAccForSymsInList = ProfileAccurateForSymsInList && PSL; in runOnFunction()
2246 if (PSL->contains(F.getName())) in runOnFunction()
H A DSampleProfileMatcher.cpp769 if (PSL && PSL->contains(CanonFName)) in findFunctionsWithoutProfile()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1863 auto PSL = std::get<PossiblySpeculatableLoad>(Op); in rewriteSelectInstMemOps() local
1864 I = PSL.getPointer(); in rewriteSelectInstMemOps()
1865 Spec = PSL.getInt(); in rewriteSelectInstMemOps()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1452 sampleprof::ProfileSymbolList &PSL) { in populateProfileSymbolList() argument
1461 PSL.add(SymbolStr.trim()); in populateProfileSymbolList()
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in7361 @Article{Rosen:1972:PSL,