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