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 30 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()).
320 if (can_inline(ir)) {
  /external/v8/src/compiler/
js-inlining-heuristic.cc 94 bool can_inline = false, force_inline = true; local
104 can_inline = true;
108 if (!can_inline) return NoChange();

Completed in 294 milliseconds