Lines Matching defs:Impl
1640 // LazyValueInfo Impl
1646 if (auto *Impl = Info.getImpl())
1647 Impl->clear();
1683 if (auto *Impl = getImpl()) {
1684 delete &*Impl;
1859 auto &Impl = getOrCreateImpl(M);
1861 UseBlockValue ? Impl.getValueInBlock(V, CxtI->getParent(), CxtI)
1862 : Impl.getValueAt(V, CxtI);
1977 if (auto *Impl = getImpl())
1978 Impl->threadEdge(PredBB, OldSucc, NewSucc);
1982 if (auto *Impl = getImpl())
1983 Impl->forgetValue(V);
1987 if (auto *Impl = getImpl())
1988 Impl->eraseBlock(BB);
1992 if (auto *Impl = getImpl())
1993 Impl->clear();
1997 if (auto *Impl = getImpl())
1998 Impl->printLVI(F, DTree, OS);