Searched refs:ExpandedFunction (Results 1 – 1 of 1) sorted by relevance
342 llvm::Function *ExpandedFunction = in createEmptyExpandedForEachKernel() local346 bccAssert(ExpandedFunction->arg_size() == kNumExpandedForeachParams); in createEmptyExpandedForEachKernel()347 llvm::Function::arg_iterator AI = ExpandedFunction->arg_begin(); in createEmptyExpandedForEachKernel()353 ExpandedFunction); in createEmptyExpandedForEachKernel()356 return ExpandedFunction; in createEmptyExpandedForEachKernel()795 llvm::Function *ExpandedFunction = in ExpandOldStyleForEach() local803 bccAssert(ExpandedFunction->arg_size() == kNumExpandedForeachParams); in ExpandOldStyleForEach()806 ExpandedFunction->arg_begin(); in ExpandOldStyleForEach()817 llvm::IRBuilder<> Builder(&*ExpandedFunction->getEntryBlock().begin()); in ExpandOldStyleForEach()929 llvm::Function *ExpandedFunction = in ExpandForEach() local[all …]