Searched refs:PostDominatorTreePtrT (Results 1 – 2 of 2) sorted by relevance
63 using PostDominatorTreePtrT = std::unique_ptr<PostDominatorTree>;95 using PostDominatorTreePtrT =96 typename afdo_detail::IRTraits<BT>::PostDominatorTreePtrT;194 PostDominatorTreePtrT PDT;
101 using PostDominatorTreePtrT = MachinePostDominatorTree *; typedef