Searched refs:NVVMReflect (Results 1 – 3 of 3) sorted by relevance
51 class NVVMReflect : public FunctionPass { class57 NVVMReflect() : NVVMReflect(StringMap<int>()) {} in NVVMReflect() function in __anon532980430111::NVVMReflect59 NVVMReflect(const StringMap<int> &Mapping) in NVVMReflect() function in __anon532980430111::NVVMReflect73 FunctionPass *llvm::createNVVMReflectPass() { return new NVVMReflect(); } in createNVVMReflectPass()75 return new NVVMReflect(Mapping); in createNVVMReflectPass()82 char NVVMReflect::ID = 0;83 INITIALIZE_PASS(NVVMReflect, "nvvm-reflect",98 void NVVMReflect::setVarMap() { in setVarMap()116 bool NVVMReflect::runOnFunction(Function &F) { in runOnFunction()
36 NVVMReflect.cpp
278 pass (``NVVMReflect``) to handle conditional compilation within LLVM IR. This294 The ``NVVMReflect`` pass should be executed early in the optimization303 5. Run ``NVVMReflect`` pass312 Since the ``NVVMReflect`` pass replaces conditionals with constants, it will326 Therefore, it is recommended that ``NVVMReflect`` is executed early in the343 Invoking NVVMReflect416 When linking with libdevice, the ``NVVMReflect`` pass must be used. See860 3. Run ``NVVMReflect`` and set ``__CUDA_FTZ`` to 0