Home | History | Annotate | Download | only in Analysis

Lines Matching refs:PImpl

1001 static LazyValueInfoCache &getCache(void *&PImpl) {
1002 if (!PImpl)
1003 PImpl = new LazyValueInfoCache();
1004 return *static_cast<LazyValueInfoCache*>(PImpl);
1008 if (PImpl)
1009 getCache(PImpl).clear();
1018 if (PImpl) {
1019 delete &getCache(PImpl);
1020 PImpl = 0;
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);