Searched defs:ReflectFunction (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/NVPTX/
H A DNVVMReflect.cpp75 bool handleFunction(Function *ReflectFunction);
126 bool NVVMReflect::handleFunction(Function *ReflectFunction) { argument
128 assert(ReflectFunction->isDeclaration() &&
130 assert(ReflectFunction->getReturnType()->isIntegerTy() &&
135 // Go through the uses of ReflectFunction in this Function.
161 for (User *U : ReflectFunction->users()) {
230 Function *ReflectFunction; local
237 ReflectFunction = M.getFunction(Name);
238 if(ReflectFunction != 0) {
239 Res |= handleFunction(ReflectFunction);
[all...]

Completed in 41 milliseconds