Home | History | Annotate | Download | only in AArch64

Lines Matching defs:MDT

616                         const MachineDominatorTree *MDT) {
625 if (!MDT->dominates(L2, L1)) {
697 const MachineDominatorTree *MDT) {
709 if (!MDT->dominates(Def, Instr))
726 return MDT->dominates(Def, Instr);
776 const MachineDominatorTree *MDT) {
800 if (!isCandidate(Use.first, UseToDefs, MDT)) {
1041 const MachineDominatorTree *MDT = &getAnalysis<MachineDominatorTree>();
1080 computeADRP(ADRPToReachingDefs, *AArch64FI, MDT);
1097 MDT);