HomeSort by relevance Sort by last modified time
    Searched refs:ReplaceUsesIf (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/v8/src/compiler/
graph-reducer.cc 59 node->ReplaceUsesIf(
generic-node.h 57 inline void ReplaceUsesIf(UnaryPredicate pred, GenericNode* replace_to);
generic-node-inl.h 82 void GenericNode<B, S>::ReplaceUsesIf(UnaryPredicate pred,
  /external/chromium_org/v8/test/cctest/compiler/
test-node.cc 485 n2->ReplaceUsesIf(FixedPredicate<true>(), n1);
487 n2->ReplaceUsesIf(FixedPredicate<false>(), n1);
491 n3->ReplaceUsesIf(FixedPredicate<true>(), n1);
493 n3->ReplaceUsesIf(FixedPredicate<false>(), n1);
498 n0->ReplaceUsesIf(FixedPredicate<false>(), n1);
501 n0->ReplaceUsesIf(FixedPredicate<true>(), n1);
509 n3->ReplaceUsesIf(FixedPredicate<true>(), n1);
512 n1->ReplaceUsesIf(FixedPredicate<false>(), n3);
526 n2->ReplaceUsesIf(std::bind1st(std::equal_to<Node*>(), n1), n0);
531 n1->ReplaceUsesIf(std::bind1st(std::equal_to<Node*>(), n0), n0)
    [all...]

Completed in 40 milliseconds