Searched refs:internPath (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/unittests/XRay/ |
H A D | ProfileTest.cpp | 30 auto Path0 = P.internPath({3, 2, 1}); in TEST() 31 auto Path1 = P.internPath({3, 2, 1}); in TEST() 32 auto Path2 = P.internPath({2, 1}); in TEST() 39 auto PathID = P.internPath({3, 2, 1}); in TEST() 58 {P.internPath({2, 1}), Profile::Data{1, 1000}}, in TEST() 59 {P.internPath({3, 2, 1}), Profile::Data{10, 100}}, in TEST() 68 {P0.internPath({2, 1}), Profile::Data{1, 1000}}, in TEST() 69 {P0.internPath({3, 2, 1}), Profile::Data{10, 100}}, in TEST() 77 Pair(P1.internPath({2, 1}), in TEST() 81 Pair(P1.internPath({3, 2, 1}), in TEST() [all …]
|
/llvm-project/llvm/lib/XRay/ |
H A D | Profile.cpp | 32 B.PathData.push_back({internPath(cantFail(O.expandPath(PathData.first))), in Profile() 143 Profile::PathID Profile::internPath(ArrayRef<FuncID> P) { in internPath() function in llvm::xray::Profile 210 Merged.internPath(cantFail(P.get().expandPath(PathID))); in mergeProfilesByThread() 243 Merged.internPath(cantFail(P.get().expandPath(PathId))); in mergeProfilesByStack() 310 {{P.internPath(Path), std::move(Data)}}})) in loadProfile() 361 auto InternedPath = P.internPath(Path); in profileFromTrace()
|
/llvm-project/llvm/include/llvm/XRay/ |
H A D | Profile.h | 75 PathID internPath(ArrayRef<FuncID> P);
|