Searched refs:LazyCompoundValData (Results 1 – 6 of 6) sorted by relevance
38 void LazyCompoundValData::Profile(llvm::FoldingSetNodeID& ID, in Profile()143 const LazyCompoundValData*147 LazyCompoundValData::Profile(ID, store, region); in getLazyCompoundValData()150 LazyCompoundValData *D = in getLazyCompoundValData()154 D = (LazyCompoundValData*) BPAlloc.Allocate<LazyCompoundValData>(); in getLazyCompoundValData()155 new (D) LazyCompoundValData(store, region); in getLazyCompoundValData()
167 return static_cast<const LazyCompoundValData*>(Data)->getStore(); in getStore()171 return static_cast<const LazyCompoundValData*>(Data)->getRegion(); in getRegion()
325 typedef llvm::DenseMap<const LazyCompoundValData *,
62 class LazyCompoundValData : public llvm::FoldingSetNode {67 LazyCompoundValData(const StoreRef &st, const TypedValueRegion *r) in LazyCompoundValData() function121 llvm::FoldingSet<LazyCompoundValData> LazyCompoundValDataSet;225 const LazyCompoundValData *getLazyCompoundValData(const StoreRef &store,
47 class LazyCompoundValData; variable487 explicit LazyCompoundVal(const LazyCompoundValData *D) in LazyCompoundVal()491 const LazyCompoundValData *getCVData() const { in getCVData()492 return static_cast<const LazyCompoundValData *>(Data); in getCVData()
277 const LazyCompoundValData *D = LV->getCVData(); in PreVisitProcessArg()