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

  /external/mesa3d/src/compiler/glsl/
ir_function_inlining.h 33 bool can_inline(ir_call *call);
ir_function_can_inline.cpp 58 can_inline(ir_call *call) function
opt_function_inlining.cpp 95 * have reached here. (see can_inline()).
319 if (can_inline(ir)) {
  /external/v8/src/compiler/
js-inlining-heuristic.cc 107 bool can_inline = false, small_inline = true; local
134 can_inline = true;
141 if (!can_inline) return NoChange();

Completed in 341 milliseconds