Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp4882 Action *CurAction = *Inputs.begin(); in getPrevDependentAction() local
4884 !CurAction->isCollapsingWithNextDependentActionLegal()) in getPrevDependentAction()
4889 if (auto *OA = dyn_cast<OffloadAction>(CurAction)) { in getPrevDependentAction()
4895 CurAction = in getPrevDependentAction()
4898 !CurAction->isCollapsingWithNextDependentActionLegal()) in getPrevDependentAction()
4901 return dyn_cast<JobAction>(CurAction); in getPrevDependentAction()
4904 CurAction = OA->getHostDependence(); in getPrevDependentAction()
4906 !CurAction->isCollapsingWithNextDependentActionLegal()) in getPrevDependentAction()
4909 return dyn_cast<JobAction>(CurAction); in getPrevDependentAction()
4914 return dyn_cast<JobAction>(CurAction); in getPrevDependentAction()
[all …]