Home | History | Annotate | Download | only in Analysis

Lines Matching refs:getCache

1005 /// getCache - This lazily constructs the LazyValueInfoCache.
1006 static LazyValueInfoCache &getCache(void *&PImpl) {
1014 getCache(PImpl).clear();
1031 delete &getCache(PImpl);
1037 LVILatticeVal Result = getCache(PImpl).getValueInBlock(V, BB);
1053 LVILatticeVal Result = getCache(PImpl).getValueOnEdge(V, FromBB, ToBB);
1071 LVILatticeVal Result = getCache(PImpl).getValueOnEdge(V, FromBB, ToBB);
1138 if (PImpl) getCache(PImpl).threadEdge(PredBB, OldSucc, NewSucc);
1142 if (PImpl) getCache(PImpl).eraseBlock(BB);