Home | History | Annotate | Download | only in Analysis

Lines Matching refs:getCache

1103 static LazyValueInfoCache &getCache(void *&PImpl, AssumptionCache *AC,
1107 assert(DL && "getCache() called with a null DataLayout");
1124 getCache(PImpl, AC, &DL, DT).clear();
1139 delete &getCache(PImpl, AC, nullptr);
1148 getCache(PImpl, AC, &DL, DT).getValueInBlock(V, BB, CxtI);
1167 getCache(PImpl, AC, &DL, DT).getValueOnEdge(V, FromBB, ToBB, CxtI);
1255 getCache(PImpl, AC, &DL, DT).getValueOnEdge(V, FromBB, ToBB, CxtI);
1264 LVILatticeVal Result = getCache(PImpl, AC, &DL, DT).getValueAt(V, CxtI);
1273 getCache(PImpl, AC, &DL, DT).threadEdge(PredBB, OldSucc, NewSucc);
1280 getCache(PImpl, AC, &DL, DT).eraseBlock(BB);