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

  /external/mesa3d/src/glsl/
ir_function_detect_recursion.cpp 130 struct call_node : public exec_node { struct in inherits:exec_node
225 call_node *node = new(mem_ctx) call_node;
231 node = new(mem_ctx) call_node;
247 struct call_node *n = (struct call_node *) node;
270 struct call_node *n = (struct call_node *) f->callers.pop_head();
275 struct call_node *n = (struct call_node *) f->callees.pop_head()
    [all...]
  /external/v8/src/compiler/
js-inlining.cc 371 void JSInliner::TryInlineCall(Node* call_node) {
372 JSCallFunctionAccessor call(call_node);
442 inlinee.InlineAtCall(jsgraph_, call_node);

Completed in 182 milliseconds