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.h36 ParsedSourceLocation PSL; in FromString() local
42 if (!ColSplit.second.getAsInteger(10, PSL.Column) && in FromString()
43 !LineSplit.second.getAsInteger(10, PSL.Line) && in FromString()
44 !(PSL.Column == 0 || PSL.Line == 0)) { in FromString()
45 PSL.FileName = std::string(LineSplit.first); in FromString()
49 if (PSL.FileName == "-") in FromString()
50 PSL.FileName = "<stdin>"; in FromString()
53 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.h128 virtual void setProfileSymbolList(ProfileSymbolList *PSL) {} in setProfileSymbolList() argument
294 void setProfileSymbolList(ProfileSymbolList *PSL) override { in setProfileSymbolList() argument
295 ProfSymList = PSL; in setProfileSymbolList()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h146 if (std::optional<PostStore> PSL = L.getAs<PostStore>()) in getLocationRegionIfPostStore() local
147 return reinterpret_cast<const MemRegion*>(PSL->getLocationValue()); in getLocationRegionIfPostStore()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp563 std::shared_ptr<ProfileSymbolList> PSL; member in __anon71830f180111::SampleProfileLoader
1976 PSL = Reader->getProfileSymbolList(); in doInitialization()
1987 ProfileAccurateForSymsInList && PSL && !ProfileSampleAccurate; in doInitialization()
2081 M, *Reader, CG, ProbeManager.get(), LTOPhase, SymbolMap, PSL, in doInitialization()
2250 ProfAccForSymsInList = ProfileAccurateForSymsInList && PSL; in runOnFunction()
2267 if (PSL->contains(F.getName())) in runOnFunction()
H A DSampleProfileMatcher.cpp716 if (PSL && PSL->contains(CanonFName)) in findFunctionsWithoutProfile()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1538 sampleprof::ProfileSymbolList &PSL) { in populateProfileSymbolList() argument
1547 PSL.add(SymbolStr.trim()); in populateProfileSymbolList()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1890 auto PSL = std::get<PossiblySpeculatableLoad>(Op); in rewriteSelectInstMemOps() local
1891 I = PSL.getPointer(); in rewriteSelectInstMemOps()
1892 Spec = PSL.getInt(); in rewriteSelectInstMemOps()
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in7361 @Article{Rosen:1972:PSL,