Searched refs:AllocaRegion (Results 1 – 12 of 12) sorted by relevance
85 const AllocaRegion* R = in evalCall()
84 } else if (const auto *AR = dyn_cast<AllocaRegion>(R)) { in genName()
202 return isa<AllocaRegion>(Arg) || isa<BlockDataRegion>(Arg) || in isBadDeallocationArgument()
1765 if (isa<AllocaRegion>(R)) in FreeMemAux()
58 REGION(AllocaRegion, SubRegion)
466 class AllocaRegion : public SubRegion {475 AllocaRegion(const Expr *ex, unsigned cnt, const MemSpaceRegion *superRegion) in AllocaRegion() function1363 const AllocaRegion *getAllocaRegion(const Expr *Ex, unsigned Cnt,
241 void AllocaRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion()250 void AllocaRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile()453 void AllocaRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()1227 const AllocaRegion*1232 return getSubRegion<AllocaRegion>(E, cnt, getStackLocalsRegion(STC)); in getAllocaRegion()
428 if (isa<AllocaRegion>(MR)) in isLiveRegion()
1263 assert(isa<AllocaRegion>(Receiver) && in getRuntimeDefinition()
2167 } else if (L->getRegionAs<AllocaRegion>()) in trackExpressionValue()
1138 if (isa<AllocaRegion>(baseR) || isa<SymbolicRegion>(baseR)) { in VisitCluster()
157 std::string VisitAllocaRegion(const AllocaRegion *R) { in VisitAllocaRegion()