Searched refs:MBBPostDomTree (Results 1 – 2 of 2) sorted by relevance
24 using MBBPostDomTree = PostDomTreeBase<MachineBasicBlock>; variable27 extern template void Calculate<MBBPostDomTree>(MBBPostDomTree &DT);28 extern template void InsertEdge<MBBPostDomTree>(MBBPostDomTree &DT,31 extern template void DeleteEdge<MBBPostDomTree>(MBBPostDomTree &DT,34 extern template void ApplyUpdates<MBBPostDomTree>(MBBPostDomTree &DT,38 Verify<MBBPostDomTree>(const MBBPostDomTree &DT,39 MBBPostDomTree::VerificationLevel VL);
25 template void Calculate<MBBPostDomTree>(MBBPostDomTree &DT);26 template void InsertEdge<MBBPostDomTree>(MBBPostDomTree &DT,29 template void DeleteEdge<MBBPostDomTree>(MBBPostDomTree &DT,32 template void ApplyUpdates<MBBPostDomTree>(MBBPostDomTree &DT,35 template bool Verify<MBBPostDomTree>(const MBBPostDomTree &DT,36 MBBPostDomTree::VerificationLevel VL);