Searched refs:IsLoop (Results 1 – 3 of 3) sorted by relevance
53 TEST_F(LoopStatementTest, IsLoop) { in TEST_F() argument
181 bool IsLoop() const { return type_ == GraphAssemblerLabelType::kLoop; } in IsLoop() function572 DCHECK(!label->IsLoop()); in MergeState()589 if (label->IsLoop()) { in MergeState()615 DCHECK(!label->IsLoop()); in MergeState()680 if (label->merged_count_ > 1 || label->IsLoop()) { in Bind()
3330 bool IsLoop = false; in runOnMachineFunction() local3335 IsLoop = true; in runOnMachineFunction()3337 if (!IsLoop) in runOnMachineFunction()