Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h63 using PostDominatorTreePtrT = std::unique_ptr<PostDominatorTree>;
95 using PostDominatorTreePtrT =
96 typename afdo_detail::IRTraits<BT>::PostDominatorTreePtrT;
194 PostDominatorTreePtrT PDT;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp101 using PostDominatorTreePtrT = MachinePostDominatorTree *; typedef