Home
last modified time | relevance | path

Searched refs:domTree (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DUniformityAnalysis.cpp165 auto &domTree = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() local
170 m_uniformityInfo = UniformityInfo{domTree, cycleInfo, &targetTransformInfo}; in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineUniformityAnalysis.cpp159 const MachineDominatorTree &domTree, bool HasBranchDivergence) { in computeMachineUniformityInfo() argument
161 MachineUniformityInfo UI(domTree, cycleInfo); in computeMachineUniformityInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineUniformityAnalysis.h34 const MachineDominatorTree &domTree, bool HasBranchDivergence);