Searched refs:SymbolExtent (Results 1 – 4 of 4) sorted by relevance
100 void SymbolExtent::dumpToStream(raw_ostream &os) const { in dumpToStream()220 const SymbolExtent*223 SymbolExtent::Profile(profile, R); in getExtentSymbol()227 SD = (SymExpr*) BPAlloc.Allocate<SymbolExtent>(); in getExtentSymbol()228 new (SD) SymbolExtent(SymbolCounter, R); in getExtentSymbol()233 return cast<SymbolExtent>(SD); in getExtentSymbol()332 QualType SymbolExtent::getType() const { in getType()478 KnownLive = isLiveRegion(cast<SymbolExtent>(sym)->getRegion()); in isLive()
48 SYMBOL(SymbolExtent, SymbolData)
168 class SymbolExtent : public SymbolData {172 SymbolExtent(SymbolID sym, const SubRegion *r) in SymbolExtent() function503 const SymbolExtent *getExtentSymbol(const SubRegion *R);
110 std::string VisitSymbolExtent(const SymbolExtent *S) { in VisitSymbolExtent()