Searched refs:ApplyUpdates (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Dominators.h | 68 extern template void ApplyUpdates<BBDomTree>(BBDomTree &DT, 71 extern template void ApplyUpdates<BBPostDomTree>(BBPostDomTree &DT,
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | GenericDomTree.h | 213 void ApplyUpdates(DomTreeT &DT, 547 DomTreeBuilder::ApplyUpdates(*this, PreViewCFG, nullptr); 559 DomTreeBuilder::ApplyUpdates(*this, PostViewCFG, &PostViewCFG); 571 DomTreeBuilder::ApplyUpdates(*this, PreViewCFG, &PostViewCFG);
|
| H A D | GenericDomTreeConstruction.h | 1151 static void ApplyUpdates(DomTreeT &DT, GraphDiffT &PreViewCFG, in ApplyUpdates() function 1592 void ApplyUpdates(DomTreeT &DT, in ApplyUpdates() function 1597 SemiNCAInfo<DomTreeT>::ApplyUpdates(DT, PreViewCFG, PostViewCFG); in ApplyUpdates()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Dominators.cpp | 92 template void llvm::DomTreeBuilder::ApplyUpdates<DomTreeBuilder::BBDomTree>( 95 template void llvm::DomTreeBuilder::ApplyUpdates<DomTreeBuilder::BBPostDomTree>(
|