Home
last modified time | relevance | path

Searched defs:Profile (Results 1 – 25 of 118) sorted by relevance

12345

/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEnvironment.h44 static void Profile(llvm::FoldingSetNodeID &ID, in Profile() function
50 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function
80 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) { in Profile() function
86 void Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function
H A DSymbolManager.h55 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) { Profile() function
60 void Profile(llvm::FoldingSetNodeID& profile) override { Profile() function
112 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S, Profile() function
123 void Profile(llvm::FoldingSetNodeID& profile) override { Profile() function
159 static void Profile(llvm::FoldingSetNodeID& profile, SymbolRef parent, Profile() function
166 void Profile(llvm::FoldingSetNodeID& profile) override { Profile() function
197 static void Profile(llvm::FoldingSetNodeID& profile, const SubRegion *R) { Profile() function
202 void Profile(llvm::FoldingSetNodeID& profile) override { Profile() function
256 static void Profile(llvm::FoldingSetNodeID &profile, const MemRegion *R, Profile() function
268 void Profile(llvm::FoldingSetNodeID& profile) override { Profile() function
310 static void Profile(llvm::FoldingSetNodeID& ID, Profile() function
318 void Profile(llvm::FoldingSetNodeID& ID) override { Profile() function
359 static void Profile(llvm::FoldingSetNodeID &ID, const SymExpr *In, Profile() function
367 void Profile(llvm::FoldingSetNodeID &ID) override { Profile() function
453 static void Profile(llvm::FoldingSetNodeID &ID, LHSTYPE lhs, Profile() function
462 void Profile(llvm::FoldingSetNodeID &ID) override { Profile() function
[all...]
H A DRangedConstraintManager.h46 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function
98 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function
321 static void Profile(llvm::FoldingSetNodeID &ID, const RangeSet &RS) { in Profile() function
327 void Profile(llvm::FoldingSetNodeID &ID) const { Profile(ID, *this); } in Profile() function
H A DDynamicTypeInfo.h42 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function
H A DDynamicCastInfo.h41 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function
H A DBasicValueFactory.h59 void Profile(llvm::FoldingSetNodeID& ID) { Profile(ID, T, L); } Profile() function
83 void Profile(llvm::FoldingSetNodeID& ID) { Profile(ID, store, region); } Profile() function
103 void Profile(llvm::FoldingSetNodeID &ID) { Profile(ID, D, L); } Profile() function
/llvm-project/bolt/docs/
H A Dindex.rst129 For Applications
140 For Services
170 With instrumentation
/llvm-project/bolt/
H A DREADME.md100 #### For Applications
108 #### For Services
133 #### With instrumentation
/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h107 Profile(ID, getKindAsEnum(), getValueAsConstantRangeList()); in Profile() function
92 void Profile(FoldingSetNodeID &ID) const { Profile() function
112 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, Profile() function
119 static void Profile(FoldingSetNodeID &ID, StringRef Kind, StringRef Values) { Profile() function
124 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, Profile() function
130 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, Profile() function
137 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, Profile() function
355 void Profile(FoldingSetNodeID &ID) const { Profile() function
359 static void Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) { Profile() function
[all...]
/llvm-project/llvm/unittests/ProfileData/
H A DInstrProfTest.cpp99 auto Profile = Writer.writeBuffer(); TEST_P() local
111 auto Profile = Writer.writeBuffer(); TEST_P() local
129 auto Profile = Writer.writeBuffer(); TEST_P() local
154 auto Profile = Writer.writeBuffer(); TEST_P() local
188 auto Profile = Writer.writeBuffer(); TEST_F() local
245 auto Profile = Writer.writeBuffer(); TEST_F() local
277 auto Profile = Writer.writeBuffer(); TEST_F() local
305 auto Profile = Writer.writeBuffer(); TEST_F() local
336 auto Profile = Writer.writeBuffer(); TEST_F() local
477 auto Profile = Writer.writeBuffer(); TEST_F() local
522 auto Profile = Writer.writeBuffer(); TEST_F() local
564 auto Profile = Writer.writeBuffer(); TEST_F() local
601 auto Profile = Writer.writeBuffer(); TEST_F() local
642 auto Profile = Writer.writeBuffer(); TEST_F() local
747 auto Profile = Writer.writeBuffer(); TEST_F() local
845 auto Profile = Writer.writeBuffer(); TEST_P() local
923 auto Profile = Writer.writeBuffer(); TEST_P() local
1097 auto Profile = Writer.writeBuffer(); TEST_P() local
1237 auto Profile = Writer.writeBuffer(); TEST_P() local
1289 auto Profile = Writer.writeBuffer(); TEST_P() local
1625 auto Profile = Writer.writeBuffer(); TEST_P() local
1634 auto Profile = Writer.writeBuffer(); TEST_P() local
1875 auto Profile = Writer.writeBuffer(); TEST_P() local
1915 auto Profile = Writer.writeBuffer(); TEST_F() local
[all...]
/llvm-project/compiler-rt/lib/xray/tests/unit/
H A Dprofile_collector_test.cpp84 struct Profile { struct
85 int64_t CallCount;
86 int64_t CumulativeLocalTime;
87 std::vector<int32_t> Path;
/llvm-project/clang/include/clang/AST/
H A DTemplateName.h350 void Profile(llvm::FoldingSetNodeID &ID) { Profile() function
471 void Profile(llvm::FoldingSetNodeID &ID) { Profile() function
475 static void Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, Profile() function
569 void Profile(llvm::FoldingSetNodeID &ID) { Profile() function
576 static void Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, Profile() function
583 static void Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, Profile() function
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp32 void CompoundValData::Profile(llvm::FoldingSetNodeID& ID, QualType T, in Profile() function in CompoundValData
38 void LazyCompoundValData::Profile(llvm::FoldingSetNodeID& ID, in Profile() function in LazyCompoundValData
45 void PointerToMemberData::Profile( in Profile() function in PointerToMemberData
58 static inline void Profile(const SValData& X, llvm::FoldingSetNodeID& ID) { in Profile() function
65 static inline void Profile(const SValPair& X, llvm::FoldingSetNodeID& ID) { in Profile() function
[all...]
H A DMemRegion.cpp224 void MemSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const { Profile() function in MemSpaceRegion
228 void StackSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const { Profile() function in StackSpaceRegion
233 void StaticGlobalSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const { Profile() function in StaticGlobalSpaceRegion
263 void AllocaRegion::Profile(llvm::FoldingSetNodeID& ID) const { Profile() function in AllocaRegion
267 void CompoundLiteralRegion::Profile(llvm::FoldingSetNodeID& ID) const { Profile() function in CompoundLiteralRegion
287 void CXXThisRegion::Profile(llvm::FoldingSetNodeID &ID) const { Profile() function in CXXThisRegion
291 void FieldRegion::Profile(llvm::FoldingSetNodeID &ID) const { Profile() function in FieldRegion
303 void ObjCIvarRegion::Profile(llvm::FoldingSetNodeID &ID) const { Profile() function in ObjCIvarRegion
315 void NonParamVarRegion::Profile(llvm::FoldingSetNodeID &ID) const { Profile() function in NonParamVarRegion
327 void ParamVarRegion::Profile(llvm::FoldingSetNodeID &ID) const { Profile() function in ParamVarRegion
338 void SymbolicRegion::Profile(llvm::FoldingSetNodeID& ID) const { Profile() function in SymbolicRegion
351 void ElementRegion::Profile(llvm::FoldingSetNodeID& ID) const { Profile() function in ElementRegion
362 void FunctionCodeRegion::Profile(llvm::FoldingSetNodeID& ID) const { Profile() function in FunctionCodeRegion
374 void BlockCodeRegion::Profile(llvm::FoldingSetNodeID& ID) const { Profile() function in BlockCodeRegion
390 void BlockDataRegion::Profile(llvm::FoldingSetNodeID& ID) const { Profile() function in BlockDataRegion
401 void CXXTempObjectRegion::Profile(llvm::FoldingSetNodeID &ID) const { Profile() function in CXXTempObjectRegion
414 void CXXLifetimeExtendedObjectRegion::Profile( Profile() function in CXXLifetimeExtendedObjectRegion
428 void CXXBaseObjectRegion::Profile(llvm::FoldingSetNodeID &ID) const { Profile() function in CXXBaseObjectRegion
439 void CXXDerivedObjectRegion::Profile(llvm::FoldingSetNodeID &ID) const { Profile() function in CXXDerivedObjectRegion
[all...]
/llvm-project/llvm/include/llvm/ADT/
H A DImmutableList.h45 static inline void Profile(FoldingSetNodeID& ID, const T& H, in Profile() function
51 void Profile(FoldingSetNodeID& ID) { in Profile() function
144 void Profile(FoldingSetNodeID& ID) const { in Profile() function
H A DImmutableMap.h55 static inline void Profile(FoldingSetNodeID& ID, value_type_ref V) { in Profile() function
191 static inline void Profile(FoldingSetNodeID& ID, const ImmutableMap& M) { in Profile() function
195 inline void Profile(FoldingSetNodeID& ID) const { in Profile() function
321 static inline void Profile(FoldingSetNodeID &ID, const ImmutableMapRef &M) { in Profile() function
325 inline void Profile(FoldingSetNodeID &ID) const { return Profile(ID, *this); } in Profile() function
/llvm-project/llvm/include/llvm/XRay/
H A DProfile.h27 class Profile; variable
88 Profile(Profile &&O) noexcept in Profile() function
/llvm-project/llvm/lib/Support/
H A DAPSInt.cpp40 void APSInt::Profile(FoldingSetNodeID& ID) const { in Profile() function in APSInt
/llvm-project/clang/lib/AST/
H A DTemplateName.cpp56 void SubstTemplateTemplateParmStorage::Profile(llvm::FoldingSetNodeID &ID) { Profile() function in SubstTemplateTemplateParmStorage
60 void SubstTemplateTemplateParmStorage::Profile( Profile() function in SubstTemplateTemplateParmStorage
78 void SubstTemplateTemplateParmPackStorage::Profile(llvm::FoldingSetNodeID &ID, Profile() function in SubstTemplateTemplateParmPackStorage
92 void SubstTemplateTemplateParmPackStorage::Profile( Profile() function in SubstTemplateTemplateParmPackStorage
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPITypes.h33 void Profile(llvm::FoldingSetNodeID &Id) const { in Profile() function
H A DMPIBugReporter.h83 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.h68 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function
104 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function
H A DNoOwnershipChangeVisitor.h70 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function
/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp1087 void PathDiagnosticLocation::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticLocation
1093 void PathDiagnosticPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticPiece
1105 void PathDiagnosticCallPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticCallPiece
1111 void PathDiagnosticSpotPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticSpotPiece
1116 void PathDiagnosticControlFlowPiece::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in PathDiagnosticControlFlowPiece
1122 void PathDiagnosticMacroPiece::Profile(llvm::FoldingSetNodeID &ID) const { Profile() function in PathDiagnosticMacroPiece
1128 void PathDiagnosticNotePiece::Profile(llvm::FoldingSetNodeID &ID) const { Profile() function in PathDiagnosticNotePiece
1132 void PathDiagnosticPopUpPiece::Profile(llvm::FoldingSetNodeID &ID) const { Profile() function in PathDiagnosticPopUpPiece
1136 void PathDiagnostic::Profile(llvm::FoldingSetNodeID &ID) const { Profile() function in PathDiagnostic
[all...]
/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h432 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function
455 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function
535 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function
560 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function

12345