reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Analysis/LazyValueInfo.h
   47       : AC(Arg.AC), DL(Arg.DL), TLI(Arg.TLI), DT(Arg.DT), PImpl(Arg.PImpl) {
   48     Arg.PImpl = nullptr;
   56     PImpl = Arg.PImpl;
   56     PImpl = Arg.PImpl;
   57     Arg.PImpl = nullptr;
  151     assert(!Info.PImpl && "releaseMemory not called");
lib/Analysis/LazyValueInfo.cpp
 1632   if (Info.PImpl)
 1633     getImpl(Info.PImpl, Info.AC, &DL, Info.DT).clear();
 1651   if (PImpl) {
 1652     delete &getImpl(PImpl, AC, nullptr);
 1653     PImpl = nullptr;
 1702       getImpl(PImpl, AC, &DL, DT).getValueInBlock(V, BB, CxtI);
 1720       getImpl(PImpl, AC, &DL, DT).getValueInBlock(V, BB, CxtI);
 1739       getImpl(PImpl, AC, &DL, DT).getValueOnEdge(V, FromBB, ToBB, CxtI);
 1758       getImpl(PImpl, AC, &DL, DT).getValueOnEdge(V, FromBB, ToBB, CxtI);
 1844       getImpl(PImpl, AC, &DL, DT).getValueOnEdge(V, FromBB, ToBB, CxtI);
 1864   ValueLatticeElement Result = getImpl(PImpl, AC, &DL, DT).getValueAt(V, CxtI);
 1952   if (PImpl) {
 1954     getImpl(PImpl, AC, &DL, DT).threadEdge(PredBB, OldSucc, NewSucc);
 1959   if (PImpl) {
 1961     getImpl(PImpl, AC, &DL, DT).eraseBlock(BB);
 1967   if (PImpl) {
 1968     getImpl(PImpl, AC, DL, DT).printLVI(F, DTree, OS);
 1973   if (PImpl)
 1974     getImpl(PImpl, AC, DL, DT).disableDT();
 1978   if (PImpl)
 1979     getImpl(PImpl, AC, DL, DT).enableDT();