Home
last modified time | relevance | path

Searched refs:PostDominatorTreeT (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h62 using PostDominatorTreeT = PostDominatorTree;
97 using PostDominatorTreeT =
98 typename afdo_detail::IRTraits<BT>::PostDominatorTreeT;
146 PostDominatorTreeT *DomTree);
435 PostDominatorTreeT *DomTree) {
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp102 using PostDominatorTreeT = MachinePostDominatorTree; typedef