Searched refs:IsControlFlow (Results 1 – 15 of 15) sorted by relevance
157 …if (inst->IsAllocation() || inst->IsControlFlow() || inst->CanThrow() || inst->IsBarrier() || inst… in SinkInstruction()
1014 if (lastInst != nullptr && lastInst->IsControlFlow()) { in ApplyHoistToCandidate()
790 } else if (before->IsControlFlow() && before->GetPrev() != nullptr) { in Materialize()
148 while (iter != iter.end() && (*iter)->IsControlFlow() && !(*iter)->IsPhi()) { in CreateSpillFillForSplitMove()
146 while (iter != iter.end() && (*iter)->IsControlFlow() && !(*iter)->IsPhi()) { in CreateSpillFillForSplitMove()
63 … if (block != prev_block->GetSuccessor(0) && !prev_block->GetLastInst()->IsControlFlow()) { in HandlePrevInstruction()
76 … if (block != prevBlock->GetSuccessor(0) && !prevBlock->GetLastInst()->IsControlFlow()) { in HandlePrevInstruction()
93 if (inst->IsAllocation() || inst->IsControlFlow() || inst->CanThrow() || inst->IsBarrier()) {
301 return lastInst_->IsControlFlow() && lastInst_->CanThrow() && lastInst_->IsTerminator(); in IsEndWithThrowOrDeoptimize()
795 ASSERT_EXT_PRINT(block.IsTryBegin() || block.IsTryEnd() || lastInstInBlock->IsControlFlow(), in CheckInstUsers()
989 bool IsControlFlow() const in IsControlFlow() function
538 ASSERT_PRINT(block.IsTryBegin() || block.IsTryEnd() || last_inst_in_block->IsControlFlow(), in CheckBlockEdges()
799 bool IsControlFlow() const in IsControlFlow() function
414 if (!inst->IsControlFlow()) { in GenerateOperation()
338 …auto spillFillInst = phiResolver->GetLastInst()->IsControlFlow() ? phiResolver->GetLastInst()->Get… in TEST_F()