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

  /external/llvm/lib/CodeGen/
PHIElimination.cpp 555 bool IsLoopHeader = CurLoop && &MBB == CurLoop->getHeader();
572 if (IsLoopHeader && PreLoop == CurLoop && !SplitAllCriticalEdges)
  /external/v8/src/compiler/
schedule.h 68 inline bool IsLoopHeader() const { return loop_end_ >= 0; }
125 if (IsLoopHeader()) return this;
  /art/compiler/optimizing/
nodes.h 556 return IsLoopHeader() ? loop_information_->NumberOfBackEdges() : 0;
699 bool IsLoopHeader() const {
704 DCHECK(IsLoopHeader());
717 if (IsLoopHeader()) {
    [all...]
  /external/v8/src/
hydrogen.h 52 return IsLoopHeader() ? loop_information()
84 bool IsLoopHeader() const { return loop_information() != NULL; }
    [all...]

Completed in 473 milliseconds