Home
last modified time | relevance | path

Searched refs:CurAction (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp4880 Action *CurAction = *Inputs.begin(); in getPrevDependentAction() local
4882 !CurAction->isCollapsingWithNextDependentActionLegal()) in getPrevDependentAction()
4887 if (auto *OA = dyn_cast<OffloadAction>(CurAction)) { in getPrevDependentAction()
4893 CurAction = in getPrevDependentAction()
4896 !CurAction->isCollapsingWithNextDependentActionLegal()) in getPrevDependentAction()
4899 return dyn_cast<JobAction>(CurAction); in getPrevDependentAction()
4902 CurAction = OA->getHostDependence(); in getPrevDependentAction()
4904 !CurAction->isCollapsingWithNextDependentActionLegal()) in getPrevDependentAction()
4907 return dyn_cast<JobAction>(CurAction); in getPrevDependentAction()
4912 return dyn_cast<JobAction>(CurAction); in getPrevDependentAction()
[all …]