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

  /external/llvm/include/llvm/Analysis/
DominatorInternals.h 150 template<class FuncT, class NodeT>
152 FuncT& F) {
174 MultipleRoots |= (DT.isPostDominator() && N != GraphTraits<FuncT*>::size(&F));
Dominators.h 182 template<class FuncT, class N>
184 FuncT& F);
573 template<class FuncT, class N>
575 FuncT& F);
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp 166 typedef typename PassT::FunctionType FuncT;
172 typedef GraphTraits<FuncT *> FuncGTraits;
174 typedef typename FuncT::iterator BlockIterator;
198 bool run(FuncT &Func, PassT &Pass, const AMDGPURegisterInfo *tri);
201 bool prepare(FuncT &Func, PassT &Pass, const AMDGPURegisterInfo *tri);
301 FuncT *funcRep;
322 bool CFGStructurizer<PassT>::prepare(FuncT &func, PassT &pass,
389 bool CFGStructurizer<PassT>::run(FuncT &func, PassT &pass,
590 for (scc_iterator<FuncT *> sccIter = scc_begin(funcRep),
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 114 milliseconds