Lines Matching refs:DT
221 User *&UserChainTail, const DominatorTree *DT);
226 const DominatorTree *DT);
229 ConstantOffsetExtractor(Instruction *InsertionPt, const DominatorTree *DT)
230 : IP(InsertionPt), DL(InsertionPt->getModule()->getDataLayout()), DT(DT) {
311 const DominatorTree *DT;
322 : FunctionPass(ID), DL(nullptr), DT(nullptr), TM(TM), LowerGEP(LowerGEP) {
411 DominatorTree *DT;
462 !haveNoCommonBitsSet(LHS, RHS, DL, nullptr, BO, DT))
692 const DominatorTree *DT) {
693 ConstantOffsetExtractor Extractor(GEP, DT);
709 const DominatorTree *DT) {
711 return ConstantOffsetExtractor(GEP, DT)
745 ConstantOffsetExtractor::Find(GEP->getOperand(I), GEP, DT);
937 ConstantOffsetExtractor::Extract(OldIdx, GEP, UserChainTail, DT);
1073 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree();
1107 if (DT->dominates(Candidate, Dominatee))
1153 for (auto Node = GraphTraits<DominatorTree *>::nodes_begin(DT);
1154 Node != GraphTraits<DominatorTree *>::nodes_end(DT); ++Node) {