Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp2391 const std::string CUDALibDeviceFunc = getCUDALibDeviceFuntion(F.getName()); in requiresCUDALibDevice() local
2392 if (CUDALibDeviceFunc.length() != 0) { in requiresCUDALibDevice()
2403 if (Function *Replacement = F.getParent()->getFunction(CUDALibDeviceFunc)) in requiresCUDALibDevice()
2406 F.setName(CUDALibDeviceFunc); in requiresCUDALibDevice()