Lines Matching refs:ProfileRegion

71   RegionTy::ProfileRegion(ID, arg1, superRegion);  in getSubRegion()
88 RegionTy::ProfileRegion(ID, arg1, arg2, superRegion); in getSubRegion()
107 RegionTy::ProfileRegion(ID, arg1, arg2, arg3, superRegion); in getSubRegion()
228 void StringRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, in ProfileRegion() function in StringRegion
236 void ObjCStringRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, in ProfileRegion() function in ObjCStringRegion
244 void AllocaRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in AllocaRegion
254 ProfileRegion(ID, Ex, Cnt, superRegion); in Profile()
258 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion); in Profile()
261 void CompoundLiteralRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in CompoundLiteralRegion
269 void CXXThisRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, in ProfileRegion() function in CXXThisRegion
278 CXXThisRegion::ProfileRegion(ID, ThisPointerTy, superRegion); in Profile()
282 ProfileRegion(ID, getDecl(), superRegion); in Profile()
285 void ObjCIvarRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in ObjCIvarRegion
294 ProfileRegion(ID, getDecl(), superRegion); in Profile()
297 void NonParamVarRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, in ProfileRegion() function in NonParamVarRegion
306 ProfileRegion(ID, getDecl(), superRegion); in Profile()
309 void ParamVarRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, const Expr *OE, in ProfileRegion() function in ParamVarRegion
318 ProfileRegion(ID, getOriginExpr(), getIndex(), superRegion); in Profile()
321 void SymbolicRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, SymbolRef sym, in ProfileRegion() function in SymbolicRegion
329 SymbolicRegion::ProfileRegion(ID, sym, getSuperRegion()); in Profile()
332 void ElementRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in ElementRegion
342 ElementRegion::ProfileRegion(ID, ElementType, Index, superRegion); in Profile()
345 void FunctionCodeRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in FunctionCodeRegion
353 FunctionCodeRegion::ProfileRegion(ID, FD, superRegion); in Profile()
356 void BlockCodeRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in BlockCodeRegion
365 BlockCodeRegion::ProfileRegion(ID, BD, locTy, AC, superRegion); in Profile()
368 void BlockDataRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() function in BlockDataRegion
381 BlockDataRegion::ProfileRegion(ID, BC, LC, BlockCount, getSuperRegion()); in Profile()
384 void CXXTempObjectRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, in ProfileRegion() function in CXXTempObjectRegion
392 ProfileRegion(ID, Ex, getSuperRegion()); in Profile()
395 void CXXBaseObjectRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, in ProfileRegion() function in CXXBaseObjectRegion
405 ProfileRegion(ID, getDecl(), isVirtual(), superRegion); in Profile()
408 void CXXDerivedObjectRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, in ProfileRegion() function in CXXDerivedObjectRegion
416 ProfileRegion(ID, getDecl(), superRegion); in Profile()
1125 ElementRegion::ProfileRegion(ID, T, Idx, superRegion); in getElementRegion()