Searched refs:ApplyUpdates (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Dominators.h | 83 extern template void ApplyUpdates<BBDomTree>(BBDomTree &DT, 86 extern template void ApplyUpdates<BBPostDomTree>(BBPostDomTree &DT,
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | GenericDomTree.h | 214 void ApplyUpdates(DomTreeT &DT, 564 DomTreeBuilder::ApplyUpdates(*this, PreViewCFG, nullptr); 576 DomTreeBuilder::ApplyUpdates(*this, PostViewCFG, &PostViewCFG); 588 DomTreeBuilder::ApplyUpdates(*this, PreViewCFG, &PostViewCFG);
|
| H A D | GenericDomTreeConstruction.h | 1150 static void ApplyUpdates(DomTreeT &DT, GraphDiffT &PreViewCFG, in ApplyUpdates() function 1591 void ApplyUpdates(DomTreeT &DT, in ApplyUpdates() function 1596 SemiNCAInfo<DomTreeT>::ApplyUpdates(DT, PreViewCFG, PostViewCFG); in ApplyUpdates()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Dominators.cpp | 99 template void llvm::DomTreeBuilder::ApplyUpdates<DomTreeBuilder::BBDomTree>( 102 template void llvm::DomTreeBuilder::ApplyUpdates<DomTreeBuilder::BBPostDomTree>(
|