HomeSort by relevance Sort by last modified time
    Searched refs:IsLoopHeader (Results 1 - 25 of 52) sorted by null

1 2 3

  /art/compiler/optimizing/
side_effects_analysis.cc 33 if (block->IsLoopHeader()) {
59 if (block->IsLoopHeader()) {
78 DCHECK(block->IsLoopHeader());
suspend_check_test.cc 37 ASSERT_TRUE(loop_header->IsLoopHeader());
licm.cc 95 if (!block->IsLoopHeader()) {
127 bool found_first_non_hoisted_throwing_instruction_in_loop = !inner->IsLoopHeader();
find_loops_test.cc 114 ASSERT_EQ(block->IsLoopHeader(), is_loop_header);
129 ASSERT_FALSE(block->IsLoopHeader());
339 ASSERT_TRUE(graph->GetBlocks()[3]->IsLoopHeader());
nodes.cc 271 block->IsLoopHeader() &&
325 if (successor->IsLoopHeader()) {
393 DCHECK(!block->IsLoopHeader() || !block->GetLoopInformation()->IsBackEdge(*first_predecessor));
436 if (block->IsLoopHeader()) {
454 if (block->IsLoopHeader()) {
585 if (block->IsLoopHeader()) {
608 if (block->IsLoopHeader()) {
    [all...]
ssa_liveness_analysis.cc 77 if (block->IsLoopHeader()) {
311 if (block->IsLoopHeader()) {
gvn.cc 456 if (block->IsLoopHeader()) {
graph_checker.cc 207 if (block->IsLoopHeader()) {
244 if (block->IsLoopHeader()) {
    [all...]
load_store_elimination.cc 531 if (block->IsLoopHeader()) {
597 DCHECK(block->IsLoopHeader());
    [all...]
ssa_liveness_analysis.h     [all...]
ssa_builder.cc 240 if (block->IsLoopHeader()) {
code_generator.cc 654 if (it.Current()->IsLoopHeader()) {
    [all...]
  /external/v8/src/crankshaft/
hydrogen-sce.cc 17 if (block->IsLoopHeader()) {
hydrogen-infer-types.cc 23 if (block->IsLoopHeader()) {
hydrogen-flow-engine.h 106 if (block->IsLoopHeader()) {
142 DCHECK(block->IsLoopHeader());
155 if (i != block->block_id() && member->IsLoopHeader()) {
hydrogen-gvn.cc 549 if (block->IsLoopHeader()) {
556 if (block->IsLoopHeader()) side_effects = loop_side_effects_[id];
573 if (block->IsLoopHeader()) {
660 if (block->IsLoopHeader()) {
802 block->IsLoopHeader() ? " (loop header)" : "");
805 if (block->IsLoopHeader()) {
hydrogen-escape-analysis.cc 258 } else if (StateAt(succ) == NULL && succ->IsLoopHeader()) {
lithium-allocator.cc 909 if (!phi->block()->IsLoopHeader()) {
    [all...]
  /external/v8/src/compiler/
schedule.h 141 inline bool IsLoopHeader() const { return loop_end_ != nullptr; }
register-allocator-verifier.cc 328 CHECK(block->IsLoopHeader());
390 CHECK(origin->IsLoopHeader());
code-generator.cc 112 if (block->IsLoopHeader()) masm()->Align(16);
131 if (block->IsLoopHeader()) {
instruction.cc 602 if (!block->IsLoopHeader()) return RpoNumber::Invalid();
897 if (block->IsLoopHeader()) {
    [all...]
scheduler.cc 882 if (entry->IsLoopHeader()) --loop_depth; // Entry might be a loop header.
892 DCHECK(current_header->IsLoopHeader());
    [all...]
instruction.h     [all...]
  /external/llvm/lib/CodeGen/
PHIElimination.cpp 555 bool IsLoopHeader = CurLoop && &MBB == CurLoop->getHeader();
572 if (IsLoopHeader && PreLoop == CurLoop && !SplitAllCriticalEdges)

Completed in 778 milliseconds

1 2 3