Home
last modified time | relevance | path

Searched refs:MDF (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DRDFLiveness.h37 : DFG(g), TRI(g.getTRI()), MDT(g.getDT()), MDF(g.getDF()), in Liveness()
67 const MachineDominanceFrontier &MDF; member
DHexagonRDFOpt.cpp280 const auto &MDF = getAnalysis<MachineDominanceFrontier>(); in runOnMachineFunction() local
291 DataFlowGraph G(MF, HII, HRI, *MDT, MDF, HAI, TOI); in runOnMachineFunction()
DRDFLiveness.cpp544 auto F1 = MDF.find(&B); in computeLiveIns()
545 if (F1 == MDF.end()) in computeLiveIns()
549 auto F2 = MDF.find(IDFB[i]); in computeLiveIns()
550 if (F2 != MDF.end()) in computeLiveIns()
DRDFGraph.cpp731 : TimeG("rdf"), MF(mf), TII(tii), TRI(tri), MDT(mdt), MDF(mdf), RAI(rai), in DataFlowGraph()
1300 auto DFLoc = MDF.find(BB); in recordDefsForDF()
1301 if (DFLoc == MDF.end() || DFLoc->second.empty()) in recordDefsForDF()
1324 auto F = MDF.find(IDF[i]); in recordDefsForDF()
1325 if (F != MDF.end()) in recordDefsForDF()
DRDFGraph.h628 return MDF; in getDF()
794 const MachineDominanceFrontier &MDF; member
DHexagonOptAddrMode.cpp620 const auto &MDF = getAnalysis<MachineDominanceFrontier>(); in runOnMachineFunction() local
626 DataFlowGraph G(MF, *HII, TRI, *MDT, MDF, RAI, TOI); in runOnMachineFunction()