Searched refs:ReflectFunction (Results 1 – 1 of 1) sorted by relevance
75 bool handleFunction(Function *ReflectFunction);126 bool NVVMReflect::handleFunction(Function *ReflectFunction) { in handleFunction() argument128 assert(ReflectFunction->isDeclaration() && in handleFunction()130 assert(ReflectFunction->getReturnType()->isIntegerTy() && in handleFunction()161 for (User *U : ReflectFunction->users()) { in handleFunction()230 Function *ReflectFunction; in runOnModule() local237 ReflectFunction = M.getFunction(Name); in runOnModule()238 if(ReflectFunction != 0) { in runOnModule()239 Res |= handleFunction(ReflectFunction); in runOnModule()243 ReflectFunction = M.getFunction(NVVM_REFLECT_FUNCTION); in runOnModule()[all …]