Searched refs:SymbolExtent (Results 1 – 4 of 4) sorted by relevance
40 StringRef SymbolExtent::getKindStr() const { return "extent_$"; } in getKindStr()97 void SymbolExtent::dumpToStream(raw_ostream &os) const { in dumpToStream()218 const SymbolExtent*221 SymbolExtent::Profile(profile, R); in getExtentSymbol()225 SD = (SymExpr*) BPAlloc.Allocate<SymbolExtent>(); in getExtentSymbol()226 new (SD) SymbolExtent(SymbolCounter, R); in getExtentSymbol()231 return cast<SymbolExtent>(SD); in getExtentSymbol()346 QualType SymbolExtent::getType() const { in getType()488 KnownLive = isLiveRegion(cast<SymbolExtent>(sym)->getRegion()); in isLive()
49 SYMBOL(SymbolExtent, SymbolData)
178 class SymbolExtent : public SymbolData {182 SymbolExtent(SymbolID sym, const SubRegion *r) in SymbolExtent() function523 const SymbolExtent *getExtentSymbol(const SubRegion *R);
123 std::string VisitSymbolExtent(const SymbolExtent *S) { in VisitSymbolExtent()