Home | History | Annotate | Download | only in Analysis

Lines Matching refs:PImpl

1006 static LazyValueInfoCache &getCache(void *&PImpl) {
1007 if (!PImpl)
1008 PImpl = new LazyValueInfoCache();
1009 return *static_cast<LazyValueInfoCache*>(PImpl);
1013 if (PImpl)
1014 getCache(PImpl).clear();
1030 if (PImpl) {
1031 delete &getCache(PImpl);
1032 PImpl = 0;
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);