Searched refs:ApplyUpdates (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Dominators.h | 82 ApplyUpdates<BBDomTree>(BBDomTree &DT, BBDomTreeGraphDiff &, 85 ApplyUpdates<BBPostDomTree>(BBPostDomTree &DT, BBPostDomTreeGraphDiff &,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineDominators.cpp | 57 ApplyUpdates<MBBDomTree>(MBBDomTree &DT, MBBDomTreeGraphDiff &,
|
| H A D | MachinePostDominators.cpp | 35 ApplyUpdates<MBBPostDomTree>(MBBPostDomTree &DT, MBBPostDomTreeGraphDiff &,
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Dominators.cpp | 109 llvm::DomTreeBuilder::ApplyUpdates<DomTreeBuilder::BBDomTree>( 113 llvm::DomTreeBuilder::ApplyUpdates<DomTreeBuilder::BBPostDomTree>(
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachinePostDominators.h | 38 ApplyUpdates<MBBPostDomTree>(MBBPostDomTree &DT, MBBPostDomTreeGraphDiff &,
|
| H A D | MachineDominators.h | 60 ApplyUpdates<MBBDomTree>(MBBDomTree &DT, MBBDomTreeGraphDiff &,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | GenericDomTree.h | 208 void ApplyUpdates(DomTreeT &DT, 615 DomTreeBuilder::ApplyUpdates(*this, PreViewCFG, nullptr); 627 DomTreeBuilder::ApplyUpdates(*this, PostViewCFG, &PostViewCFG); 639 DomTreeBuilder::ApplyUpdates(*this, PreViewCFG, &PostViewCFG);
|
| H A D | GenericDomTreeConstruction.h | 1131 static void ApplyUpdates(DomTreeT &DT, GraphDiffT &PreViewCFG, in ApplyUpdates() function 1582 void ApplyUpdates(DomTreeT &DT, in ApplyUpdates() function 1587 SemiNCAInfo<DomTreeT>::ApplyUpdates(DT, PreViewCFG, PostViewCFG); in ApplyUpdates()
|