Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ADT/
H A DGenericConvergenceVerifier.h29 using DominatorTreeT = typename ContextT::DominatorTreeT; variable
45 void verify(const DominatorTreeT &DT);
52 DominatorTreeT *DT;
H A DGenericUniformityImpl.h90 using DominatorTreeT = typename ContextT::DominatorTreeT; variable
262 using DominatorTreeT = typename ContextT::DominatorTreeT; variable
296 const DominatorTreeT &DT, const CycleInfoT &CI);
314 const DominatorTreeT &DT;
335 using DominatorTreeT = typename ContextT::DominatorTreeT; variable
345 GenericUniformityAnalysisImpl(const DominatorTreeT &DT, const CycleInfoT &CI, in GenericUniformityAnalysisImpl()
426 const DominatorTreeT &DT;
484 using DominatorTreeT = typename ContextT::DominatorTreeT; variable
498 const DominatorTreeT &DT;
513 DivergencePropagator(const ModifiedPO &CyclePOT, const DominatorTreeT &DT, in DivergencePropagator()
[all …]
H A DGenericUniformityInfo.h37 using DominatorTreeT = typename ContextT::DominatorTreeT; variable
43 GenericUniformityInfo(const DominatorTreeT &DT, const CycleInfoT &CI,
H A DGenericSSAContext.h78 using DominatorTreeT = DominatorTreeBase<BlockT, false>; variable
/llvm-project/llvm/include/llvm/IR/
H A DGenericConvergenceVerifierImpl.h133 void GenericConvergenceVerifier<ContextT>::verify(const DominatorTreeT &DT) { in verify()