OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:loop_information
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/v8/src/
hydrogen-sce.cc
42
HBasicBlock* back_edge = block->
loop_information
()->GetLastBackEdge();
47
block->
loop_information
()->stack_check()->Eliminate();
hydrogen-flow-engine.h
174
HLoopInformation* loop = block->
loop_information
();
181
ASSERT(member->
loop_information
()->parent_loop() == loop);
185
i = member->
loop_information
()->GetLastBackEdge()->block_id();
hydrogen-infer-types.cc
48
block->
loop_information
()->GetLastBackEdge();
hydrogen.h
72
HLoopInformation*
loop_information
() const { return loop_information_; }
function in class:v8::internal::V8_FINAL
74
return IsLoopHeader() ?
loop_information
()
76
? parent_loop_header()->
loop_information
() : NULL);
106
bool IsLoopHeader() const { return
loop_information
() != NULL; }
301
return parent_header != NULL ? parent_header->
loop_information
() : NULL;
[
all
...]
hydrogen-gvn.cc
527
HBasicBlock* last = block->
loop_information
()->GetLastBackEdge();
lithium-allocator.cc
[
all
...]
hydrogen.cc
329
loop_information
()->RegisterBackEdge(predecessors()->at(i));
408
HBasicBlock* last =
loop_information
()->GetLastBackEdge();
[
all
...]
hydrogen-instructions.cc
[
all
...]
/external/v8/src/
hydrogen.h
69
HLoopInformation*
loop_information
() const { return loop_information_; }
function in class:v8::internal::HBasicBlock
96
bool IsLoopHeader() const { return
loop_information
() != NULL; }
[
all
...]
hydrogen.cc
250
loop_information
()->RegisterBackEdge(predecessors()->at(i));
329
HBasicBlock* last =
loop_information
()->GetLastBackEdge();
773
PostorderLoopBlocks(b->
loop_information
(), visited, order, loop_header);
787
PostorderLoopBlocks(block->
loop_information
(), visited, order, loop_header);
[
all
...]
lithium-allocator.cc
[
all
...]
Completed in 211 milliseconds