Searched refs:PostDominatorTreePtrT (Results 1 – 2 of 2) sorted by relevance
70 using PostDominatorTreePtrT = std::unique_ptr<PostDominatorTree>;193 using PostDominatorTreePtrT =194 typename afdo_detail::IRTraits<BT>::PostDominatorTreePtrT;293 PostDominatorTreePtrT PDT;
125 using PostDominatorTreePtrT = MachinePostDominatorTree *; typedef