Searched refs:LazyCompoundValData (Results 1 – 6 of 6) sorted by relevance
38 void LazyCompoundValData::Profile(llvm::FoldingSetNodeID& ID, in Profile()141 const LazyCompoundValData*145 LazyCompoundValData::Profile(ID, store, region); in getLazyCompoundValData()148 LazyCompoundValData *D = in getLazyCompoundValData()152 D = new (BPAlloc) LazyCompoundValData(store, region); in getLazyCompoundValData()
191 return static_cast<const LazyCompoundValData*>(Data)->getStore(); in getStore()195 return static_cast<const LazyCompoundValData*>(Data)->getRegion(); in getRegion()
340 typedef llvm::DenseMap<const LazyCompoundValData *,
62 class LazyCompoundValData : public llvm::FoldingSetNode {67 LazyCompoundValData(const StoreRef &st, const TypedValueRegion *r) in LazyCompoundValData() function127 llvm::FoldingSet<LazyCompoundValData> LazyCompoundValDataSet;247 const LazyCompoundValData *getLazyCompoundValData(const StoreRef &store,
46 class LazyCompoundValData; variable352 explicit LazyCompoundVal(const LazyCompoundValData *D) in LazyCompoundVal()359 const LazyCompoundValData *getCVData() const { in getCVData()360 return castDataAs<LazyCompoundValData>(); in getCVData()
319 const LazyCompoundValData *D = LV->getCVData(); in PreVisitProcessArg()