Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp5481 Action *CurAction = *Inputs.begin(); in getPrevDependentAction() local
5483 !CurAction->isCollapsingWithNextDependentActionLegal()) in getPrevDependentAction()
5488 if (auto *OA = dyn_cast<OffloadAction>(CurAction)) { in getPrevDependentAction()
5494 CurAction = in getPrevDependentAction()
5497 !CurAction->isCollapsingWithNextDependentActionLegal()) in getPrevDependentAction()
5500 return dyn_cast<JobAction>(CurAction); in getPrevDependentAction()
5503 CurAction = OA->getHostDependence(); in getPrevDependentAction()
5505 !CurAction->isCollapsingWithNextDependentActionLegal()) in getPrevDependentAction()
5508 return dyn_cast<JobAction>(CurAction); in getPrevDependentAction()
5513 return dyn_cast<JobAction>(CurAction); in getPrevDependentAction()
[all …]