Searched refs:SetToLastInsertPoint (Results 1 – 3 of 3) sorted by relevance
55 llvm_ir::SetToLastInsertPoint(loop->GetExitBasicBlock(), b_); in ForWithStatus()73 llvm_ir::SetToLastInsertPoint(if_data.after_block, b_); in IfWithStatus()
243 void SetToLastInsertPoint(llvm::BasicBlock* blk, llvm::IRBuilder<>* builder);
484 void SetToLastInsertPoint(llvm::BasicBlock* blk, llvm::IRBuilder<>* builder) { in SetToLastInsertPoint() function