HomeSort by relevance Sort by last modified time
    Searched refs:Merge (Results 201 - 225 of 415) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/v8/src/compiler/
bytecode-graph-builder.cc 25 // split and merge points in the control flow.
74 void Merge(Environment* other);
251 void BytecodeGraphBuilder::Environment::Merge(
253 // Create a merge of the control dependencies of both environments and update
259 // Create a merge of the effect dependencies of both environments and update
265 // Introduce Phi nodes for values that have differing input at merge points,
    [all...]
access-info.cc 142 bool PropertyAccessInfo::Merge(PropertyAccessInfo const* that) {
462 // Try to merge the {access_info} with an existing one.
465 if (other_info.Merge(&access_info)) {
ast-graph-builder.h 50 Node* NewMerge() { return NewNode(common()->Merge(1), true); }
408 // at split and merge points in the control flow. Internally all the
510 // Merge another environment into this one.
511 void Merge(Environment* other);
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/
profile_test.go 562 // Test merge leaves the main binary in place.
565 p1, err := Merge([]*Profile{prof})
567 t.Fatalf("merge error: %v", err)
580 p1, err := Merge([]*Profile{prof, prof})
582 t.Errorf("merge error: %v", err)
585 prof, err = Merge([]*Profile{p1, prof})
587 t.Errorf("merge error: %v", err)
590 // Use aggregation to merge locations at function granularity.
592 t.Errorf("aggregating after merge: %v", err)
613 prof, err := Merge(profs
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
profile_test.go 562 // Test merge leaves the main binary in place.
565 p1, err := Merge([]*Profile{prof})
567 t.Fatalf("merge error: %v", err)
580 p1, err := Merge([]*Profile{prof, prof})
582 t.Errorf("merge error: %v", err)
585 prof, err = Merge([]*Profile{p1, prof})
587 t.Errorf("merge error: %v", err)
590 // Use aggregation to merge locations at function granularity.
592 t.Errorf("aggregating after merge: %v", err)
613 prof, err := Merge(profs
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
repeated_field.h 364 // static void Merge(const Type& from, Type* to);
541 // pointer to the type-specific (templated) inner allocate/merge loop.
581 GOOGLE_ATTRIBUTE_NOINLINE static void Merge(const GenericType& from,
603 void GenericTypeHandler<GenericType>::Merge(const GenericType& from,
608 // NewFromPrototype() and Merge() cannot be defined here; if they're declared
627 void GenericTypeHandler<MessageLite>::Merge(const MessageLite& from,
634 void GenericTypeHandler<string>::Merge(const string& from,
709 static inline void Merge(const string& from, string* to) { *to = from; }
    [all...]
  /external/protobuf/src/google/protobuf/
wrappers.pb.cc 486 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
744 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
    [all...]
duration.pb.cc 331 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
field_mask.pb.cc 290 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
source_context.pb.cc 290 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
timestamp.pb.cc 345 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
  /external/swiftshader/third_party/subzero/src/
WasmTranslator.cpp 311 Node Merge(uint32_t Count, Node *Controls) {
312 LOG(out << "Merge(" << Count);
715 // TODO (eholk): merge these next two cases using getConstantInteger
934 bool IsPhiWithMerge(Node Phi, Node Merge) const {
935 LOG(out << "IsPhiWithMerge(" << Phi << ", " << Merge << ")"
944 LOG(out << " ..." << (getDefNode(Phi) == Merge) << "\n");
945 return getDefNode(Phi) == Merge;
950 void AppendToMerge(CfgNode *Merge, CfgNode *From) const {
951 From->appendInst(InstBr::create(Func, Merge));
953 void AppendToPhi(Node Merge, Node Phi, Node From)
    [all...]
  /build/kati/
depgraph.go 169 vars.Merge(er.vars)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
parser.ml 115 (* Merge lhs/rhs. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
parser.ml 126 (* Merge lhs/rhs. *)
  /external/llvm/lib/Target/Hexagon/
HexagonBlockRanges.cpp 56 void HexagonBlockRanges::IndexRange::merge(const IndexRange &A) { function in class:HexagonBlockRanges::IndexRange
81 // Merge all overlapping ranges in the list, so that all that remains
92 // If MergeAdjacent is true, merge ranges A and B, where A.end == B.start.
94 bool Merge = MergeAdjacent && (Iter->end() == Next->start());
95 if (Merge || Iter->overlaps(*Next)) {
96 Iter->merge(*Next);
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
parser.ml 115 (* Merge lhs/rhs. *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
parser.ml 126 (* Merge lhs/rhs. *)
  /external/tensorflow/tensorflow/core/graph/
testlib.cc 347 Node* Merge(Graph* g, Node* in0, Node* in1) {
349 TF_CHECK_OK(NodeBuilder(g->NewName("n"), "Merge")
355 Node* Merge(Graph* g, Node* in0, gtl::ArraySlice<string> remaining_in) {
365 NodeBuilder(g->NewName("n"), "Merge").Input(inputs).Finalize(g, &ret));
  /external/tensorflow/tensorflow/core/grappler/costs/
utils.cc 304 void TensorSizeHistogram::Merge(const TensorSizeHistogram& src) {
450 it->second.Merge(hist);
  /prebuilts/go/darwin-x86/test/chan/
sieve2.go 125 // Merge channels of multiples of 'primes' into 'composites'.
  /prebuilts/go/linux-x86/test/chan/
sieve2.go 125 // Merge channels of multiples of 'primes' into 'composites'.
  /external/autotest/client/tests/hackbench/src/
hackbench.c 28 1) Merge hackbench: I integrated hackbench_pth.c into hackbench and added a
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.h 106 void Merge(DotDebugLocEntry *Next) {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Instruction.h 205 /// When Merge is true, the existing AA metadata is merged with that from this
207 void getAAMetadata(AAMDNodes &N, bool Merge = false) const;

Completed in 804 milliseconds

1 2 3 4 5 6 7 891011>>