|
reference, declaration → definition
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) {
55 DT = Arg.DT;
55 DT = Arg.DT;
lib/Analysis/LazyValueInfo.cpp 1629 Info.DT = DTWP ? &DTWP->getDomTree() : nullptr;
1633 getImpl(Info.PImpl, Info.AC, &DL, Info.DT).clear();
1663 (DT && Inv.invalidate<DominatorTreeAnalysis>(F, PA)))
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);
1954 getImpl(PImpl, AC, &DL, DT).threadEdge(PredBB, OldSucc, NewSucc);
1961 getImpl(PImpl, AC, &DL, DT).eraseBlock(BB);
1968 getImpl(PImpl, AC, DL, DT).printLVI(F, DTree, OS);
1974 getImpl(PImpl, AC, DL, DT).disableDT();
1979 getImpl(PImpl, AC, DL, DT).enableDT();