Searched refs:ApplyUpdates (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Dominators.h | 79 extern template void ApplyUpdates<BBDomTree>(BBDomTree &DT, 82 extern template void ApplyUpdates<BBPostDomTree>(BBPostDomTree &DT,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachinePostDominators.cpp | 32 template void ApplyUpdates<MBBPostDomTree>(MBBPostDomTree &DT,
|
H A D | MachineDominators.cpp | 52 template void ApplyUpdates<MBBDomTree>(MBBDomTree &DT, MBBDomTreeGraphDiff &,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachinePostDominators.h | 34 extern template void ApplyUpdates<MBBPostDomTree>(MBBPostDomTree &DT,
|
H A D | MachineDominators.h | 63 extern template void ApplyUpdates<MBBDomTree>(MBBDomTree &DT,
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Dominators.cpp | 99 template void llvm::DomTreeBuilder::ApplyUpdates<DomTreeBuilder::BBDomTree>( 102 template void llvm::DomTreeBuilder::ApplyUpdates<DomTreeBuilder::BBPostDomTree>(
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | GenericDomTree.h | 212 void ApplyUpdates(DomTreeT &DT, 562 DomTreeBuilder::ApplyUpdates(*this, PreViewCFG, nullptr); 574 DomTreeBuilder::ApplyUpdates(*this, PostViewCFG, &PostViewCFG); 586 DomTreeBuilder::ApplyUpdates(*this, PreViewCFG, &PostViewCFG);
|
H A D | GenericDomTreeConstruction.h | 1132 static void ApplyUpdates(DomTreeT &DT, GraphDiffT &PreViewCFG, in ApplyUpdates() function 1573 void ApplyUpdates(DomTreeT &DT, in ApplyUpdates() function 1578 SemiNCAInfo<DomTreeT>::ApplyUpdates(DT, PreViewCFG, PostViewCFG); in ApplyUpdates()
|