OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_use
(Results
1 - 5
of
5
) sorted by null
/external/v8/src/compiler/
greedy-allocator.cc
562
UsePosition*
next_use
= range->NextRegisterPosition(after_call);
local
563
if (!
next_use
) return LifetimePosition::Invalid();
565
LifetimePosition split_pos = FindOptimalSplitPos(after_call,
next_use
->pos());
register-allocator.cc
2710
UsePosition*
next_use
=
local
[
all
...]
/external/mesa3d/src/mesa/program/
prog_optimize.c
798
enum inst_use
next_use
= find_next_use(prog, i+1, id, dst_mask);
local
800
if (
next_use
== WRITE ||
next_use
== END) {
[
all
...]
/art/compiler/optimizing/
register_allocator.cc
1006
size_t*
next_use
= registers_array_;
local
[
all
...]
/external/v8/src/crankshaft/
lithium-allocator.cc
1870
UsePosition*
next_use
= range->NextUsePositionRegisterIsBeneficial(
local
[
all
...]
Completed in 217 milliseconds