Lines Matching defs:DT
62 CapturesBefore(bool ReturnCaptures, const Instruction *I, DominatorTree *DT,
64 : OrderedBB(IC), BeforeHere(I), DT(DT),
73 if (BeforeHere != I && !DT->isReachableFromEntry(BB))
104 return !isPotentiallyReachableFromMany(Worklist, BB, DT);
110 if (BeforeHere != I && DT->dominates(BeforeHere, I) &&
111 !isPotentiallyReachable(I, BeforeHere, DT))
142 DominatorTree *DT;
186 DominatorTree *DT, bool IncludeI,
192 if (!DT)
200 CapturesBefore CB(ReturnCaptures, I, DT, IncludeI, OBB);