Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/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.h94 using DominatorTreeT = typename ContextT::DominatorTreeT; variable
266 using DominatorTreeT = typename ContextT::DominatorTreeT; variable
318 const DominatorTreeT &DT;
339 using DominatorTreeT = typename ContextT::DominatorTreeT; variable
430 const DominatorTreeT &DT;
488 using DominatorTreeT = typename ContextT::DominatorTreeT; variable
502 const DominatorTreeT &DT;
980 typename DominatorTreeT>
983 const BlockT *JoinBlock, const DominatorTreeT &DT, in getIntDivCycle()
1018 typename DominatorTreeT>
[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
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DGenericConvergenceVerifierImpl.h132 void GenericConvergenceVerifier<ContextT>::verify(const DominatorTreeT &DT) { in verify()