Searched refs:CurAction (Results 1 – 1 of 1) sorted by relevance
5135 Action *CurAction = *Inputs.begin(); in getPrevDependentAction() local 5137 !CurAction->isCollapsingWithNextDependentActionLegal()) in getPrevDependentAction() 5142 if (auto *OA = dyn_cast<OffloadAction>(CurAction)) { in getPrevDependentAction() 5148 CurAction = in getPrevDependentAction() 5151 !CurAction->isCollapsingWithNextDependentActionLegal()) in getPrevDependentAction() 5154 return dyn_cast<JobAction>(CurAction); in getPrevDependentAction() 5157 CurAction = OA->getHostDependence(); in getPrevDependentAction() 5159 !CurAction->isCollapsingWithNextDependentActionLegal()) in getPrevDependentAction() 5162 return dyn_cast<JobAction>(CurAction); in getPrevDependentAction() 5167 return dyn_cast<JobAction>(CurAction); in getPrevDependentAction() 5375 const Action *CurAction = ActionChain.back().JA; getTool() local [all...]