HomeSort by relevance Sort by last modified time
    Searched defs:applyUpdates (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DomTreeUpdater.cpp 102 DT->applyUpdates(ArrayRef<DominatorTree::UpdateType>(I, E));
124 PDT->applyUpdates(ArrayRef<DominatorTree::UpdateType>(I, E));
270 void DomTreeUpdater::applyUpdates(ArrayRef<DominatorTree::UpdateType> Updates,
292 DT->applyUpdates(Seen);
294 PDT->applyUpdates(Seen);
299 DT->applyUpdates(Updates);
301 PDT->applyUpdates(Updates);
Dominators.cpp 87 template void llvm::DomTreeBuilder::ApplyUpdates<DomTreeBuilder::BBDomTree>(
89 template void llvm::DomTreeBuilder::ApplyUpdates<DomTreeBuilder::BBPostDomTree>(
385 void DeferredDominance::applyUpdates(
398 /// to batch updates and call applyUpdates to quickly remove duplicate edges.
406 /// to batch updates and call applyUpdates to quickly remove duplicate edges.
447 DT.applyUpdates(PendUpdates);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
GenericDomTree.h 233 void ApplyUpdates(DomTreeT &DT,
533 /// The applyUpdates function can reorder the updates and remove redundant
546 void applyUpdates(ArrayRef<UpdateType> Updates) {
547 DomTreeBuilder::ApplyUpdates(*this, Updates);

Completed in 492 milliseconds