HomeSort by relevance Sort by last modified time
    Searched refs:Updates (Results 26 - 38 of 38) sorted by null

12

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
GenericDomTree.h 234 ArrayRef<typename DomTreeT::UpdateType> Updates);
519 /// This function should be used when there were multiple CFG updates after
520 /// the last dominator tree update. It takes care of performing the updates
523 /// The functions expects the sequence of updates to be balanced. Eg.:
533 /// The applyUpdates function can reorder the updates and remove redundant
539 /// updates on reverse edges internally (so there's no need to swap the
541 /// The type of updates is the same for DomTreeBase<T> and PostDomTreeBase<T>
544 /// \param Updates An unordered sequence of updates to perform.
546 void applyUpdates(ArrayRef<UpdateType> Updates) {
    [all...]
  /external/clang/include/clang/AST/
StmtOpenMP.h 304 /// allocated: loop counters, their updates and final values.
320 // updates/finals arrays).
333 // Offset to the end (and start of the following counters/updates/finals
352 /// \brief Get the updates storage.
360 /// \brief Get the updates storage.
368 /// \brief Get the final counter updates storage.
411 // Updates and Finals
557 SmallVector<Expr *, 4> Updates;
572 /// \param Size Number of elements in the counters/finals/updates arrays.
594 Updates.resize(Size)
751 ArrayRef<Expr *> updates() { return getUpdates(); } function in class:clang::OMPLoopDirective
753 ArrayRef<Expr *> updates() const { function in class:clang::OMPLoopDirective
    [all...]
  /external/syzkaller/pkg/compiler/
consts.go 164 // Updates desc and returns set of unsupported syscalls and flags.
  /external/python/apitools/samples/storage_sample/storage_v1/
storage_v1.py 426 """Updates an ACL entry on the specified bucket. This method supports
538 """Updates an ACL entry on the specified bucket.
893 """Updates a bucket. This method supports patch semantics.
    [all...]
  /external/syzkaller/vendor/google.golang.org/api/storage/v1/
storage-gen.go     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
  /external/google-styleguide/cpplint/
cpplint.py 578 """Updates the global list of line error-suppressions.
610 """Updates the list of global error suppressions.
805 This function also updates the internal state to be ready to check
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/mdnsresponder/mDNSCore/
uDNS.c     [all...]
  /external/tensorflow/tensorflow/go/op/
wrappers.go 330 // Subtracts sparse `updates` from an existing tensor according to `indices`.
332 // This operation creates a new tensor by subtracting sparse `updates` from the
334 // This operation is very similar to `tf.scatter_nd_sub`, except that the updates
346 // `shape`. `updates` is a tensor with shape
358 // updates = tf.constant([9, 10, 11, 12])
360 // updated = tf.tensor_scatter_sub(tensor, indices, updates)
377 // updates = tf.constant([[[5, 5, 5, 5], [6, 6, 6, 6],
382 // updated = tf.tensor_scatter_sub(tensor, indices, updates)
400 // updates: Updates to scatter into output
    [all...]
  /external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 68 /// Advances the read position of the stream. Updates line and column state
    [all...]
  /external/error_prone/error_prone/
error_prone_core-2.3.2-with-dependencies.jar 

Completed in 1129 milliseconds

12