Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDominators.h63 extern template void ApplyUpdates<BBDomTree>(BBDomTree &DT, BBUpdates);
64 extern template void ApplyUpdates<BBPostDomTree>(BBPostDomTree &DT, BBUpdates);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDominators.cpp87 template void llvm::DomTreeBuilder::ApplyUpdates<DomTreeBuilder::BBDomTree>(
89 template void llvm::DomTreeBuilder::ApplyUpdates<DomTreeBuilder::BBPostDomTree>(
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTree.h233 void ApplyUpdates(DomTreeT &DT,
547 DomTreeBuilder::ApplyUpdates(*this, Updates);
DGenericDomTreeConstruction.h1151 static void ApplyUpdates(DomTreeT &DT, ArrayRef<UpdateT> Updates) { in ApplyUpdates() function
1668 void ApplyUpdates(DomTreeT &DT, in ApplyUpdates() function
1670 SemiNCAInfo<DomTreeT>::ApplyUpdates(DT, Updates); in ApplyUpdates()