Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1032 Function::arg_iterator ScalarAI = newFunction->arg_begin(); in constructFunctionDeclaration() local
1035 ScalarAI = newFunction->arg_begin(); in constructFunctionDeclaration()
1040 ScalarAI->setName(input->getName()); in constructFunctionDeclaration()
1042 newFunction->addParamAttr(ScalarAI - newFunction->arg_begin(), in constructFunctionDeclaration()
1044 ++ScalarAI; in constructFunctionDeclaration()
1050 ScalarAI->setName(output->getName() + ".out"); in constructFunctionDeclaration()
1051 ++ScalarAI; in constructFunctionDeclaration()
1620 Function::arg_iterator ScalarAI = newFunction->arg_begin(); in emitFunctionBody() local
1673 RewriteVal = &*ScalarAI++; in emitFunctionBody()
1758 ScalarAI = newFunction->arg_begin(); in emitFunctionBody()
[all …]