Searched defs:Func (Results 1 - 2 of 2) sorted by last modified time

/frameworks/compile/libbcc/bcinfo/
H A DMetadataExtractor.cpp465 llvm::Function *Func = local
468 TmpInputCountList[i] = (Func != nullptr) ?
469 calculateNumInputs(Func, TmpSigList[i]) : 0;
533 llvm::Function *Func = local
537 TmpReduceList[i].mInputCount = (Func ? calculateNumInputs(Func, TmpReduceList[i].mSignature) - 1 : 0);
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSAddDebugInfoPass.cpp154 /// to the function specified by Func:
159 void attachDebugInfo(llvm::DIBuilder &DebugInfo, llvm::Function &Func) { argument
162 for (llvm::Instruction &inst : llvm::instructions(Func)) {
174 Func.getName(), Func.getName(),
180 llvm::IRBuilder<> ir(&*Func.getEntryBlock().begin());
187 for (llvm::Argument &arg : Func.getArgumentList()) {
228 for (llvm::Instruction &inst : llvm::instructions(Func)) {

Completed in 166 milliseconds