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.h82 ApplyUpdates<BBDomTree>(BBDomTree &DT, BBDomTreeGraphDiff &,
85 ApplyUpdates<BBPostDomTree>(BBPostDomTree &DT, BBPostDomTreeGraphDiff &,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineDominators.cpp57 ApplyUpdates<MBBDomTree>(MBBDomTree &DT, MBBDomTreeGraphDiff &,
H A DMachinePostDominators.cpp35 ApplyUpdates<MBBPostDomTree>(MBBPostDomTree &DT, MBBPostDomTreeGraphDiff &,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDominators.cpp109 llvm::DomTreeBuilder::ApplyUpdates<DomTreeBuilder::BBDomTree>(
113 llvm::DomTreeBuilder::ApplyUpdates<DomTreeBuilder::BBPostDomTree>(
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePostDominators.h38 ApplyUpdates<MBBPostDomTree>(MBBPostDomTree &DT, MBBPostDomTreeGraphDiff &,
H A DMachineDominators.h60 ApplyUpdates<MBBDomTree>(MBBDomTree &DT, MBBDomTreeGraphDiff &,
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTree.h208 void ApplyUpdates(DomTreeT &DT,
615 DomTreeBuilder::ApplyUpdates(*this, PreViewCFG, nullptr);
627 DomTreeBuilder::ApplyUpdates(*this, PostViewCFG, &PostViewCFG);
639 DomTreeBuilder::ApplyUpdates(*this, PreViewCFG, &PostViewCFG);
H A DGenericDomTreeConstruction.h1131 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()