Searched refs:MBBPostDomTree (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachinePostDominators.h | 26 using MBBPostDomTree = PostDomTreeBase<MachineBasicBlock>; variable 30 Calculate<MBBPostDomTree>(MBBPostDomTree &DT); 32 InsertEdge<MBBPostDomTree>(MBBPostDomTree &DT, MachineBasicBlock *From, 35 DeleteEdge<MBBPostDomTree>(MBBPostDomTree &DT, MachineBasicBlock *From, 38 ApplyUpdates<MBBPostDomTree>(MBBPostDomTree &DT, MBBPostDomTreeGraphDiff &, 41 Verify<MBBPostDomTree>(const MBBPostDomTree &DT, 42 MBBPostDomTree::VerificationLevel VL);
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachinePostDominators.cpp | 27 Calculate<MBBPostDomTree>(MBBPostDomTree &DT); 29 InsertEdge<MBBPostDomTree>(MBBPostDomTree &DT, MachineBasicBlock *From, 32 DeleteEdge<MBBPostDomTree>(MBBPostDomTree &DT, MachineBasicBlock *From, 35 ApplyUpdates<MBBPostDomTree>(MBBPostDomTree &DT, MBBPostDomTreeGraphDiff &, 38 Verify<MBBPostDomTree>(const MBBPostDomTree &DT, 39 MBBPostDomTree::VerificationLevel VL);
|