Lines Matching defs:ProfileRegion

69   RegionTy::ProfileRegion(ID, arg1, superRegion);
86 RegionTy::ProfileRegion(ID, arg1, arg2, superRegion);
105 RegionTy::ProfileRegion(ID, arg1, arg2, arg3, superRegion);
249 void StringRegion::ProfileRegion(llvm::FoldingSetNodeID &ID,
257 void ObjCStringRegion::ProfileRegion(llvm::FoldingSetNodeID &ID,
265 void AllocaRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
275 ProfileRegion(ID, Ex, Cnt, superRegion);
279 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion);
282 void CompoundLiteralRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
290 void CXXThisRegion::ProfileRegion(llvm::FoldingSetNodeID &ID,
299 CXXThisRegion::ProfileRegion(ID, ThisPointerTy, superRegion);
302 void ObjCIvarRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
305 DeclRegion::ProfileRegion(ID, ivd, superRegion, ObjCIvarRegionKind);
308 void DeclRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, const Decl *D,
316 DeclRegion::ProfileRegion(ID, D, superRegion, getKind());
320 VarRegion::ProfileRegion(ID, getDecl(), superRegion);
323 void SymbolicRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, SymbolRef sym,
331 SymbolicRegion::ProfileRegion(ID, sym, getSuperRegion());
334 void ElementRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
344 ElementRegion::ProfileRegion(ID, ElementType, Index, superRegion);
347 void FunctionCodeRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
355 FunctionCodeRegion::ProfileRegion(ID, FD, superRegion);
358 void BlockCodeRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
367 BlockCodeRegion::ProfileRegion(ID, BD, locTy, AC, superRegion);
370 void BlockDataRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
383 BlockDataRegion::ProfileRegion(ID, BC, LC, BlockCount, getSuperRegion());
386 void CXXTempObjectRegion::ProfileRegion(llvm::FoldingSetNodeID &ID,
394 ProfileRegion(ID, Ex, getSuperRegion());
397 void CXXBaseObjectRegion::ProfileRegion(llvm::FoldingSetNodeID &ID,
407 ProfileRegion(ID, getDecl(), isVirtual(), superRegion);
410 void CXXDerivedObjectRegion::ProfileRegion(llvm::FoldingSetNodeID &ID,
418 ProfileRegion(ID, getDecl(), superRegion);
995 ElementRegion::ProfileRegion(ID, T, Idx, superRegion);