Home | History | Annotate | Download | only in Analysis

Lines Matching refs:getCache

1000 /// getCache - This lazily constructs the LazyValueInfoCache.
1001 static LazyValueInfoCache &getCache(void *&PImpl) {
1009 getCache(PImpl).clear();
1019 delete &getCache(PImpl);
1025 LVILatticeVal Result = getCache(PImpl).getValueInBlock(V, BB);
1041 LVILatticeVal Result = getCache(PImpl).getValueOnEdge(V, FromBB, ToBB);
1059 LVILatticeVal Result = getCache(PImpl).getValueOnEdge(V, FromBB, ToBB);
1123 if (PImpl) getCache(PImpl).threadEdge(PredBB, OldSucc, NewSucc);
1127 if (PImpl) getCache(PImpl).eraseBlock(BB);