Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DUniformityAnalysis.cpp144 auto &domTree = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() local
150 UniformityInfo{F, domTree, cycleInfo, &targetTransformInfo}; in runOnFunction()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineUniformityAnalysis.h31 const MachineDomTree &domTree);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineUniformityAnalysis.cpp122 const MachineDomTree &domTree) { in computeMachineUniformityInfo() argument
124 return MachineUniformityInfo(F, domTree, cycleInfo); in computeMachineUniformityInfo()