Lines Matching defs:ProfileRegion
77 RegionTy::ProfileRegion(ID, arg1, superRegion);
94 RegionTy::ProfileRegion(ID, arg1, arg2, superRegion);
113 RegionTy::ProfileRegion(ID, arg1, arg2, arg3, superRegion);
246 void StringRegion::ProfileRegion(llvm::FoldingSetNodeID &ID,
254 void ObjCStringRegion::ProfileRegion(llvm::FoldingSetNodeID &ID,
262 void AllocaRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
272 ProfileRegion(ID, Ex, Cnt, superRegion);
276 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion);
279 void CompoundLiteralRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
287 void CXXThisRegion::ProfileRegion(llvm::FoldingSetNodeID &ID,
296 CXXThisRegion::ProfileRegion(ID, ThisPointerTy, superRegion);
300 ProfileRegion(ID, getDecl(), superRegion);
303 void ObjCIvarRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
312 ProfileRegion(ID, getDecl(), superRegion);
315 void NonParamVarRegion::ProfileRegion(llvm::FoldingSetNodeID &ID,
324 ProfileRegion(ID, getDecl(), superRegion);
327 void ParamVarRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, const Expr *OE,
336 ProfileRegion(ID, getOriginExpr(), getIndex(), superRegion);
339 void SymbolicRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, SymbolRef sym,
347 SymbolicRegion::ProfileRegion(ID, sym, getSuperRegion());
350 void ElementRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
360 ElementRegion::ProfileRegion(ID, ElementType, Index, superRegion);
363 void FunctionCodeRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
371 FunctionCodeRegion::ProfileRegion(ID, FD, superRegion);
374 void BlockCodeRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
383 BlockCodeRegion::ProfileRegion(ID, BD, locTy, AC, superRegion);
386 void BlockDataRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
399 BlockDataRegion::ProfileRegion(ID, BC, LC, BlockCount, getSuperRegion());
402 void CXXTempObjectRegion::ProfileRegion(llvm::FoldingSetNodeID &ID,
410 ProfileRegion(ID, Ex, getSuperRegion());
413 void CXXLifetimeExtendedObjectRegion::ProfileRegion(llvm::FoldingSetNodeID &ID,
424 ProfileRegion(ID, Ex, ExD, getSuperRegion());
427 void CXXBaseObjectRegion::ProfileRegion(llvm::FoldingSetNodeID &ID,
437 ProfileRegion(ID, getDecl(), isVirtual(), superRegion);
440 void CXXDerivedObjectRegion::ProfileRegion(llvm::FoldingSetNodeID &ID,
448 ProfileRegion(ID, getDecl(), superRegion);
1199 ElementRegion::ProfileRegion(ID, T, Idx, superRegion);