Home | History | Annotate | Download | only in radeon

Lines Matching refs:FuncT

266   typedef typename PassT::FunctionType            FuncT;
272 typedef GraphTraits<FuncT *> FuncGTraits;
274 typedef typename FuncT::iterator BlockIterator;
298 bool run(FuncT &Func, PassT &Pass, const AMDGPURegisterInfo *tri);
301 bool prepare(FuncT &Func, PassT &Pass, const AMDGPURegisterInfo *tri);
401 FuncT *funcRep;
422 bool CFGStructurizer<PassT>::prepare(FuncT &func, PassT &pass,
511 bool CFGStructurizer<PassT>::run(FuncT &func, PassT &pass,
728 for (scc_iterator<FuncT *> sccIter = scc_begin(funcRep),