Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DAction.cpp276 bool OffloadAction::hasSingleDeviceDependence( in hasSingleDeviceDependence() function in OffloadAction
285 assert(hasSingleDeviceDependence(DoNotConsiderHostActions) && in getSingleDeviceDependence()
H A DDriver.cpp4234 if (OA->hasSingleDeviceDependence(/*DoNotConsiderHostActions=*/true)) { in getPrevDependentAction()
4562 if (OA->hasSingleDeviceDependence()) { in BuildJobsForActionNoCache()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h369 bool hasSingleDeviceDependence(bool DoNotConsiderHostActions = false) const;