Searched refs:SymbolExtent (Results 1 – 4 of 4) sorted by relevance
76 void SymbolExtent::dumpToStream(raw_ostream &os) const { in dumpToStream()203 const SymbolExtent*206 SymbolExtent::Profile(profile, R); in getExtentSymbol()210 SD = (SymExpr*) BPAlloc.Allocate<SymbolExtent>(); in getExtentSymbol()211 new (SD) SymbolExtent(SymbolCounter, R); in getExtentSymbol()216 return cast<SymbolExtent>(SD); in getExtentSymbol()315 QualType SymbolExtent::getType() const { in getType()471 KnownLive = isLiveRegion(cast<SymbolExtent>(sym)->getRegion()); in isLive()
153 class SymbolExtent : public SymbolData {157 SymbolExtent(SymbolID sym, const SubRegion *r) in SymbolExtent() function431 const SymbolExtent *getExtentSymbol(const SubRegion *R);
48 SYMBOL(SymbolExtent, SymbolData)
110 std::string VisitSymbolExtent(const SymbolExtent *S) { in VisitSymbolExtent()