Searched refs:MDF (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | RDFLiveness.h | 37 : DFG(g), TRI(g.getTRI()), MDT(g.getDT()), MDF(g.getDF()), in Liveness() 67 const MachineDominanceFrontier &MDF; member
|
D | HexagonRDFOpt.cpp | 280 const auto &MDF = getAnalysis<MachineDominanceFrontier>(); in runOnMachineFunction() local 291 DataFlowGraph G(MF, HII, HRI, *MDT, MDF, HAI, TOI); in runOnMachineFunction()
|
D | RDFLiveness.cpp | 544 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()
|
D | RDFGraph.cpp | 731 : 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()
|
D | RDFGraph.h | 628 return MDF; in getDF() 794 const MachineDominanceFrontier &MDF; member
|
D | HexagonOptAddrMode.cpp | 620 const auto &MDF = getAnalysis<MachineDominanceFrontier>(); in runOnMachineFunction() local 626 DataFlowGraph G(MF, *HII, TRI, *MDT, MDF, RAI, TOI); in runOnMachineFunction()
|