Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp4205 Action *CurAction = *Inputs.begin(); in getPrevDependentAction() local
4207 !CurAction->isCollapsingWithNextDependentActionLegal()) in getPrevDependentAction()
4212 if (auto *OA = dyn_cast<OffloadAction>(CurAction)) { in getPrevDependentAction()
4218 CurAction = in getPrevDependentAction()
4221 !CurAction->isCollapsingWithNextDependentActionLegal()) in getPrevDependentAction()
4224 return dyn_cast<JobAction>(CurAction); in getPrevDependentAction()
4227 CurAction = OA->getHostDependence(); in getPrevDependentAction()
4229 !CurAction->isCollapsingWithNextDependentActionLegal()) in getPrevDependentAction()
4232 return dyn_cast<JobAction>(CurAction); in getPrevDependentAction()
4237 return dyn_cast<JobAction>(CurAction); in getPrevDependentAction()
[all …]