Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DAction.cpp276 bool OffloadAction::hasSingleDeviceDependence( in hasSingleDeviceDependence() function in OffloadAction
285 assert(hasSingleDeviceDependence(DoNotConsiderHostActions) && in getSingleDeviceDependence()
H A DDriver.cpp4217 if (OA->hasSingleDeviceDependence(/*DoNotConsiderHostActions=*/true)) { in getPrevDependentAction()
4545 if (OA->hasSingleDeviceDependence()) { in BuildJobsForActionNoCache()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DAction.h369 bool hasSingleDeviceDependence(bool DoNotConsiderHostActions = false) const;