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

/frameworks/compile/libbcc/lib/
H A DRSKernelExpand.cpp561 // LoopHeaderInsertionPoint - an Instruction in the loop header, before which
573 llvm::Instruction *LoopHeaderInsertionPoint) {
591 bccAssert(LoopHeaderInsertionPoint);
596 Builder.SetInsertPoint(LoopHeaderInsertionPoint);
567 ExpandSpecialArguments(uint32_t Signature, llvm::Value *X, llvm::Value *Arg_p, llvm::IRBuilder<> &Builder, llvm::SmallVector<llvm::Value*, 8> &CalleeArgs, const std::function<void ()> &Bump, llvm::Instruction *LoopHeaderInsertionPoint) argument

Completed in 68 milliseconds