HomeSort by relevance Sort by last modified time
    Searched refs:FuncT (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Support/
GenericDomTreeConstruction.h 150 template<class FuncT, class NodeT>
152 FuncT& F) {
174 MultipleRoots |= (DT.isPostDominator() && N != GraphTraits<FuncT*>::size(&F));
GenericDomTree.h 176 template<class FuncT, class N>
178 FuncT& F);
602 template<class FuncT, class N>
604 FuncT& F);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 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),
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 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),
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 95 milliseconds