Home
last modified time | relevance | path

Searched refs:ApplyUpdates (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDominators.h79 extern template void ApplyUpdates<BBDomTree>(BBDomTree &DT,
82 extern template void ApplyUpdates<BBPostDomTree>(BBPostDomTree &DT,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePostDominators.cpp32 template void ApplyUpdates<MBBPostDomTree>(MBBPostDomTree &DT,
H A DMachineDominators.cpp52 template void ApplyUpdates<MBBDomTree>(MBBDomTree &DT, MBBDomTreeGraphDiff &,
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePostDominators.h34 extern template void ApplyUpdates<MBBPostDomTree>(MBBPostDomTree &DT,
H A DMachineDominators.h63 extern template void ApplyUpdates<MBBDomTree>(MBBDomTree &DT,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDominators.cpp99 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 DGenericDomTree.h212 void ApplyUpdates(DomTreeT &DT,
562 DomTreeBuilder::ApplyUpdates(*this, PreViewCFG, nullptr);
574 DomTreeBuilder::ApplyUpdates(*this, PostViewCFG, &PostViewCFG);
586 DomTreeBuilder::ApplyUpdates(*this, PreViewCFG, &PostViewCFG);
H A DGenericDomTreeConstruction.h1132 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()