Searched refs:SymbolExtent (Results 1 – 4 of 4) sorted by relevance
40 StringRef SymbolExtent::getKindStr() const { return "extent_$"; } in getKindStr()88 void SymbolExtent::dumpToStream(raw_ostream &os) const { in dumpToStream()208 const SymbolExtent*211 SymbolExtent::Profile(profile, R); in getExtentSymbol()215 SD = (SymExpr*) BPAlloc.Allocate<SymbolExtent>(); in getExtentSymbol()216 new (SD) SymbolExtent(SymbolCounter, R); in getExtentSymbol()221 return cast<SymbolExtent>(SD); in getExtentSymbol()320 QualType SymbolExtent::getType() const { in getType()462 KnownLive = isLiveRegion(cast<SymbolExtent>(sym)->getRegion()); in isLive()
47 SYMBOL(SymbolExtent, SymbolData)
173 class SymbolExtent : public SymbolData {177 SymbolExtent(SymbolID sym, const SubRegion *r) in SymbolExtent() function459 const SymbolExtent *getExtentSymbol(const SubRegion *R);
111 std::string VisitSymbolExtent(const SymbolExtent *S) { in VisitSymbolExtent()