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

  /external/chromium_org/v8/src/
hydrogen-sce.cc 41 if (block->IsLoopHeader()) {
hydrogen-infer-types.cc 46 if (block->IsLoopHeader()) {
hydrogen-flow-engine.h 127 if (block->IsLoopHeader()) {
166 ASSERT(block->IsLoopHeader());
179 if (i != block->block_id() && member->IsLoopHeader()) {
hydrogen-gvn.cc 409 if (block->IsLoopHeader()) {
416 if (block->IsLoopHeader()) side_effects = loop_side_effects_[id];
519 if (block->IsLoopHeader()) {
629 if (block->IsLoopHeader()) {
770 block->IsLoopHeader() ? " (loop header)" : "");
773 if (block->IsLoopHeader()) {
hydrogen-escape-analysis.cc 262 } else if (StateAt(succ) == NULL && succ->IsLoopHeader()) {
lithium-allocator.cc 941 if (!phi->block()->IsLoopHeader()) {
    [all...]
hydrogen.cc 117 ASSERT(!IsLoopHeader());
123 ASSERT(IsLoopHeader());
307 int result = (current->IsLoopHeader()) ? 1 : 0;
317 ASSERT(IsLoopHeader());
339 ASSERT(IsLoopHeader() || first_ == NULL);
341 if (IsLoopHeader()) {
350 ASSERT(!IsLoopHeader());
434 (parent_loop_header == this && !dominator_candidate->IsLoopHeader())) {
446 successor->IsLoopHeader());
    [all...]
hydrogen.h 74 return IsLoopHeader() ? loop_information()
106 bool IsLoopHeader() const { return loop_information() != NULL; }
    [all...]
hydrogen-instructions.cc     [all...]
  /external/llvm/lib/CodeGen/
PHIElimination.cpp 551 bool IsLoopHeader = CurLoop && &MBB == CurLoop->getHeader();
568 if (IsLoopHeader && PreLoop == CurLoop && !SplitAllCriticalEdges)
  /external/v8/src/
hydrogen.cc 78 ASSERT(!IsLoopHeader());
84 ASSERT(IsLoopHeader());
228 int result = (current->IsLoopHeader()) ? 1 : 0;
238 ASSERT(IsLoopHeader());
260 ASSERT(IsLoopHeader() || first_ == NULL);
262 if (IsLoopHeader()) {
271 ASSERT(!IsLoopHeader());
355 (parent_loop_header == this && !dominator_candidate->IsLoopHeader())) {
367 successor->IsLoopHeader());
772 if (b->IsLoopHeader() && b != loop->loop_header())
    [all...]
lithium-allocator.cc 915 if (!phi->block()->IsLoopHeader()) {
    [all...]
hydrogen.h 96 bool IsLoopHeader() const { return loop_information() != NULL; }
    [all...]
hydrogen-instructions.cc 1055 if (block()->IsLoopHeader()) {
    [all...]
  /external/v8/src/arm/
lithium-arm.h 420 bool is_loop_header() const { return block()->IsLoopHeader(); }
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 402 bool is_loop_header() const { return block()->IsLoopHeader(); }
    [all...]
  /external/v8/src/mips/
lithium-mips.h 419 bool is_loop_header() const { return block()->IsLoopHeader(); }
    [all...]
  /external/v8/src/x64/
lithium-x64.h 421 bool is_loop_header() const { return block()->IsLoopHeader(); }
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.h 464 bool is_loop_header() const { return block()->IsLoopHeader(); }
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.h 472 bool is_loop_header() const { return block()->IsLoopHeader(); }
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.h 461 bool is_loop_header() const { return block()->IsLoopHeader(); }
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.h 463 bool is_loop_header() const { return block()->IsLoopHeader(); }
    [all...]

Completed in 867 milliseconds