Searched defs:IsLoopHeader (Results 1 – 6 of 6) sorted by relevance
180 bool IsLoopHeader() const { return GetLoopMergeInst() != nullptr; } in IsLoopHeader() function
567 bool IsLoopHeader = CurLoop && &MBB == CurLoop->getHeader(); in SplitPHIEdges() local
1639 bool IsLoopHeader = MLI->isLoopHeader(&MBB); in runOnMachineFunction() local
554 bool IsLoopHeader = CurLoop && &MBB == CurLoop->getHeader(); in SplitPHIEdges() local
561 bool BytecodeAnalysis::IsLoopHeader(int offset) const { in IsLoopHeader() function in v8::internal::compiler::BytecodeAnalysis