Searched defs:IsLoopHeader (Results 1 – 3 of 3) sorted by relevance
554 bool IsLoopHeader = CurLoop && &MBB == CurLoop->getHeader(); in SplitPHIEdges() local
407 bool BytecodeAnalysis::IsLoopHeader(int offset) const { in IsLoopHeader() function in v8::internal::compiler::BytecodeAnalysis
109 bool IsLoopHeader() const { return loop_information() != NULL; } in IsLoopHeader() function