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

  /external/llvm/lib/CodeGen/
PHIElimination.cpp 547 bool IsLoopHeader = CurLoop && &MBB == CurLoop->getHeader();
564 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...]

Completed in 468 milliseconds