Home
last modified time | relevance | path

Searched refs:getDF (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ssa.cpp198 bb->getDF().clear(); in findDominanceFrontiers()
203 bb->getDF().insert(dfLocal); in findDominanceFrontiers()
209 DLList::Iterator dfIt = cb->getDF().iterator(); in findDominanceFrontiers()
213 bb->getDF().insert(dfUp); in findDominanceFrontiers()
372 DLList::Iterator dfIter = bb->getDF().iterator(); in convertToSSA()
Dnv50_ir_print.cpp840 for (DLList::Iterator df = bb->getDF().iterator(); !df.end(); df.next()) in visit()
Dnv50_ir.h1202 DLList& getDF() { return df; } in getDF() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFLiveness.h56 MDF(g.getDF()), LiveMap(g.getPRI()), Empty(), NoRegs(g.getPRI()) {} in Liveness()
DRDFGraph.h666 const MachineDominanceFrontier &getDF() const { return MDF; } in getDF() function