Searched refs:inputFunction (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/
H A DRSScriptGroupFusion.cpp231 const Function* inputFunction = local
233 if (inputFunction == nullptr) {
241 source->getName().c_str(), inputFunction->getName().str().c_str());
250 source->getName().c_str(), inputFunction->getName().str().c_str());
254 const llvm::FunctionType* funcTy = inputFunction->getFunctionType();
265 inputFunction->getName().str().c_str(), rso.str().c_str());
274 source->getName().c_str(), inputFunction->getName().str().c_str());
291 dataElement = builder.CreateCall((llvm::Value*)inputFunction, args);

Completed in 822 milliseconds