Home
last modified time | relevance | path

Searched refs:ContextStr (Results 1 – 25 of 59) sorted by relevance

123

/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/ProfileData/
H A DSampleProf.h401 SampleContext(StringRef ContextStr,
403 setContext(ContextStr, CState);
419 splitContextString(StringRef ContextStr) {
420 return ContextStr.split(" @ ");
428 auto EntrySplit = ContextStr.split(':');
463 assert(!ContextStr.empty());
464 InputContext = ContextStr;
467 bool HasContext = ContextStr.startswith("[");
470 Name = FullContext = ContextStr;
480 FullContext = ContextStr.substr(1, ContextStr.size() - 2);
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/ProfileData/
H A DSampleProf.h401 SampleContext(StringRef ContextStr,
403 setContext(ContextStr, CState);
419 splitContextString(StringRef ContextStr) {
420 return ContextStr.split(" @ ");
428 auto EntrySplit = ContextStr.split(':');
463 assert(!ContextStr.empty());
464 InputContext = ContextStr;
467 bool HasContext = ContextStr.startswith("[");
470 Name = FullContext = ContextStr;
480 FullContext = ContextStr.substr(1, ContextStr.size() - 2);
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/ProfileData/
H A DSampleProf.h413 setContext(ContextStr, CState);
429 splitContextString(StringRef ContextStr) {
430 return ContextStr.split(" @ ");
451 static void decodeContextString(StringRef ContextStr, StringRef &FName,
454 auto EntrySplit = ContextStr.split(':');
490 void setContext(StringRef ContextStr, ContextStateMask CState) {
491 assert(!ContextStr.empty());
494 bool HasContext = ContextStr.startswith("[");
497 Name = FullContext = ContextStr;
507 FullContext = ContextStr.substr(1, ContextStr.size() - 2);
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/ProfileData/
H A DSampleProf.h413 setContext(ContextStr, CState);
429 splitContextString(StringRef ContextStr) {
430 return ContextStr.split(" @ ");
451 static void decodeContextString(StringRef ContextStr, StringRef &FName,
454 auto EntrySplit = ContextStr.split(':');
490 void setContext(StringRef ContextStr, ContextStateMask CState) {
491 assert(!ContextStr.empty());
494 bool HasContext = ContextStr.startswith("[");
497 Name = FullContext = ContextStr;
507 FullContext = ContextStr.substr(1, ContextStr.size() - 2);
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h413 setContext(ContextStr, CState);
429 splitContextString(StringRef ContextStr) {
430 return ContextStr.split(" @ ");
451 static void decodeContextString(StringRef ContextStr, StringRef &FName,
454 auto EntrySplit = ContextStr.split(':');
490 void setContext(StringRef ContextStr, ContextStateMask CState) {
491 assert(!ContextStr.empty());
494 bool HasContext = ContextStr.startswith("[");
497 Name = FullContext = ContextStr;
507 FullContext = ContextStr.substr(1, ContextStr.size() - 2);
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/ProfileData/
H A DSampleProf.h413 setContext(ContextStr, CState);
429 splitContextString(StringRef ContextStr) {
430 return ContextStr.split(" @ ");
451 static void decodeContextString(StringRef ContextStr, StringRef &FName,
454 auto EntrySplit = ContextStr.split(':');
490 void setContext(StringRef ContextStr, ContextStateMask CState) {
491 assert(!ContextStr.empty());
494 bool HasContext = ContextStr.startswith("[");
497 Name = FullContext = ContextStr;
507 FullContext = ContextStr.substr(1, ContextStr.size() - 2);
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/ProfileData/
H A DSampleProf.h413 setContext(ContextStr, CState);
429 splitContextString(StringRef ContextStr) {
430 return ContextStr.split(" @ ");
451 static void decodeContextString(StringRef ContextStr, StringRef &FName,
454 auto EntrySplit = ContextStr.split(':');
490 void setContext(StringRef ContextStr, ContextStateMask CState) {
491 assert(!ContextStr.empty());
494 bool HasContext = ContextStr.startswith("[");
497 Name = FullContext = ContextStr;
507 FullContext = ContextStr.substr(1, ContextStr.size() - 2);
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-profgen/
H A DPseudoProbe.cpp45 std::string ContextStr; in getInlineContext() local
49 ContextStr += FuncName.str(); in getInlineContext()
51 ContextStr += Twine(std::get<0>(Cur->ISite)).str(); in getInlineContext()
53 ContextStr += ":"; in getInlineContext()
54 ContextStr += Twine(std::get<1>(Cur->ISite)).str(); in getInlineContext()
55 ContextStack.emplace_back(ContextStr); in getInlineContext()
H A DPerfReader.cpp381 std::string ContextStr; in getContextKeyStr() local
390 if (ContextStr.size()) in getContextKeyStr()
391 ContextStr += " @ "; in getContextKeyStr()
392 ContextStr += Context; in getContextKeyStr()
395 return ContextStr; in getContextKeyStr()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-profgen/
H A DPseudoProbe.cpp45 std::string ContextStr; in getInlineContext() local
49 ContextStr += FuncName.str(); in getInlineContext()
51 ContextStr += Twine(std::get<0>(Cur->ISite)).str(); in getInlineContext()
53 ContextStr += ":"; in getInlineContext()
54 ContextStr += Twine(std::get<1>(Cur->ISite)).str(); in getInlineContext()
55 ContextStack.emplace_back(ContextStr); in getInlineContext()
H A DPerfReader.cpp349 std::string ContextStr; in getContextKeyStr() local
358 if (ContextStr.size()) in getContextKeyStr()
359 ContextStr += " @ "; in getContextKeyStr()
360 ContextStr += Context; in getContextKeyStr()
363 return ContextStr; in getContextKeyStr()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-profgen/
H A DPseudoProbe.cpp45 std::string ContextStr; in getInlineContext() local
49 ContextStr += FuncName.str(); in getInlineContext()
51 ContextStr += Twine(std::get<0>(Cur->ISite)).str(); in getInlineContext()
53 ContextStr += ":"; in getInlineContext()
54 ContextStr += Twine(std::get<1>(Cur->ISite)).str(); in getInlineContext()
55 ContextStack.emplace_back(ContextStr); in getInlineContext()
H A DPerfReader.cpp381 std::string ContextStr; in getContextKeyStr() local
390 if (ContextStr.size()) in getContextKeyStr()
391 ContextStr += " @ "; in getContextKeyStr()
392 ContextStr += Context; in getContextKeyStr()
395 return ContextStr; in getContextKeyStr()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-profgen/
H A DPseudoProbe.cpp45 std::string ContextStr; in getInlineContext() local
49 ContextStr += FuncName.str(); in getInlineContext()
51 ContextStr += Twine(std::get<0>(Cur->ISite)).str(); in getInlineContext()
53 ContextStr += ":"; in getInlineContext()
54 ContextStr += Twine(std::get<1>(Cur->ISite)).str(); in getInlineContext()
55 ContextStack.emplace_back(ContextStr); in getInlineContext()
H A DPerfReader.cpp381 std::string ContextStr; in getContextKeyStr() local
390 if (ContextStr.size()) in getContextKeyStr()
391 ContextStr += " @ "; in getContextKeyStr()
392 ContextStr += Context; in getContextKeyStr()
395 return ContextStr; in getContextKeyStr()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-profgen/
H A DPseudoProbe.cpp45 std::string ContextStr; in getInlineContext() local
49 ContextStr += FuncName.str(); in getInlineContext()
51 ContextStr += Twine(std::get<0>(Cur->ISite)).str(); in getInlineContext()
53 ContextStr += ":"; in getInlineContext()
54 ContextStr += Twine(std::get<1>(Cur->ISite)).str(); in getInlineContext()
55 ContextStack.emplace_back(ContextStr); in getInlineContext()
H A DPerfReader.cpp349 std::string ContextStr; in getContextKeyStr() local
358 if (ContextStr.size()) in getContextKeyStr()
359 ContextStr += " @ "; in getContextKeyStr()
360 ContextStr += Context; in getContextKeyStr()
363 return ContextStr; in getContextKeyStr()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/llvm-profgen/
H A DPseudoProbe.cpp45 std::string ContextStr; in getInlineContext() local
49 ContextStr += FuncName.str(); in getInlineContext()
51 ContextStr += Twine(std::get<0>(Cur->ISite)).str(); in getInlineContext()
53 ContextStr += ":"; in getInlineContext()
54 ContextStr += Twine(std::get<1>(Cur->ISite)).str(); in getInlineContext()
55 ContextStack.emplace_back(ContextStr); in getInlineContext()
H A DPerfReader.cpp381 std::string ContextStr; in getContextKeyStr() local
390 if (ContextStr.size()) in getContextKeyStr()
391 ContextStr += " @ "; in getContextKeyStr()
392 ContextStr += Context; in getContextKeyStr()
395 return ContextStr; in getContextKeyStr()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-profgen/
H A DPseudoProbe.cpp45 std::string ContextStr; in getInlineContext() local
49 ContextStr += FuncName.str(); in getInlineContext()
51 ContextStr += Twine(std::get<0>(Cur->ISite)).str(); in getInlineContext()
53 ContextStr += ":"; in getInlineContext()
54 ContextStr += Twine(std::get<1>(Cur->ISite)).str(); in getInlineContext()
55 ContextStack.emplace_back(ContextStr); in getInlineContext()
H A DPerfReader.cpp381 std::string ContextStr; in getContextKeyStr() local
390 if (ContextStr.size()) in getContextKeyStr()
391 ContextStr += " @ "; in getContextKeyStr()
392 ContextStr += Context; in getContextKeyStr()
395 return ContextStr; in getContextKeyStr()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/ProfileData/
H A DSampleProf.h486 SampleContext(StringRef ContextStr,
490 assert(!ContextStr.empty());
493 bool HasContext = ContextStr.startswith("[");
496 Name = ContextStr;
499 ContextStr = ContextStr.substr(1, ContextStr.size() - 2);
504 StringRef ContextRemain = ContextStr;
532 static void decodeContextString(StringRef ContextStr, StringRef &FName,
535 auto EntrySplit = ContextStr.split(':');
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/ProfileData/
H A DSampleProf.cpp377 StringRef ContextStr = FProfile.getNameWithContext(); in canonicalizeContextProfiles() local
378 if (I.first() == ContextStr) in canonicalizeContextProfiles()
393 auto Ret = ProfilesToBeAdded.try_emplace(ContextStr, FProfile); in canonicalizeContextProfiles()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/ProfileData/
H A DSampleProf.cpp377 StringRef ContextStr = FProfile.getNameWithContext(); in canonicalizeContextProfiles() local
378 if (I.first() == ContextStr) in canonicalizeContextProfiles()
393 auto Ret = ProfilesToBeAdded.try_emplace(ContextStr, FProfile); in canonicalizeContextProfiles()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp377 StringRef ContextStr = FProfile.getNameWithContext(); in canonicalizeContextProfiles() local
378 if (I.first() == ContextStr) in canonicalizeContextProfiles()
393 auto Ret = ProfilesToBeAdded.try_emplace(ContextStr, FProfile); in canonicalizeContextProfiles()

123