HomeSort by: relevance | last modified time | path
    Searched defs:applyUpdates (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DomTreeUpdater.cpp 67 DT->applyUpdates(ArrayRef<DominatorTree::UpdateType>(I, E));
89 PDT->applyUpdates(ArrayRef<DominatorTree::UpdateType>(I, E));
230 void DomTreeUpdater::applyUpdates(ArrayRef<DominatorTree::UpdateType> Updates) {
244 DT->applyUpdates(Updates);
246 PDT->applyUpdates(Updates);
298 DT->applyUpdates(DeduplicatedUpdates);
300 PDT->applyUpdates(DeduplicatedUpdates);
MemorySSAUpdater.cpp 810 void MemorySSAUpdater::applyUpdates(ArrayRef<CFGUpdate> Updates,
829 DT.applyUpdates(Empty, RevDeleteUpdates);
832 DT.applyUpdates(Updates, RevDeleteUpdates);
843 DT.applyUpdates(DeleteUpdates);
846 DT.applyUpdates(Updates);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
GenericDomTree.h 213 void ApplyUpdates(DomTreeT &DT,
530 /// The applyUpdates function can reorder the updates and remove redundant
544 void applyUpdates(ArrayRef<UpdateType> Updates) {
547 DomTreeBuilder::ApplyUpdates(*this, PreViewCFG, nullptr);
555 void applyUpdates(ArrayRef<UpdateType> Updates,
559 DomTreeBuilder::ApplyUpdates(*this, PostViewCFG, &PostViewCFG);
571 DomTreeBuilder::ApplyUpdates(*this, PreViewCFG, &PostViewCFG);

Completed in 55 milliseconds