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

  /external/chromium_org/v8/src/
hydrogen-sce.cc 41 if (block->IsLoopHeader()) {
hydrogen-infer-types.cc 46 if (block->IsLoopHeader()) {
hydrogen-gvn.cc 413 if (block->IsLoopHeader()) {
420 loop_side_effects_[header_id].Add(block->IsLoopHeader()
519 if (block->IsLoopHeader()) {
627 if (block->IsLoopHeader()) {
768 block->IsLoopHeader() ? " (loop header)" : "");
771 if (block->IsLoopHeader()) {
hydrogen-escape-analysis.cc 239 } else if (StateAt(succ) == NULL && succ->IsLoopHeader()) {
hydrogen.cc 108 ASSERT(!IsLoopHeader());
114 ASSERT(IsLoopHeader());
280 int result = (current->IsLoopHeader()) ? 1 : 0;
290 ASSERT(IsLoopHeader());
312 ASSERT(IsLoopHeader() || first_ == NULL);
314 if (IsLoopHeader()) {
323 ASSERT(!IsLoopHeader());
407 (parent_loop_header == this && !dominator_candidate->IsLoopHeader())) {
419 successor->IsLoopHeader());
    [all...]
lithium-allocator.cc 936 if (!phi->block()->IsLoopHeader()) {
    [all...]
hydrogen.h 73 return IsLoopHeader() ? loop_information()
105 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 457 bool is_loop_header() const { return block()->IsLoopHeader(); }
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.h 453 bool is_loop_header() const { return block()->IsLoopHeader(); }
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.h 454 bool is_loop_header() const { return block()->IsLoopHeader(); }
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.h 456 bool is_loop_header() const { return block()->IsLoopHeader(); }
    [all...]

Completed in 556 milliseconds