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