Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dkernel_support_library.cc54 llvm_ir::SetToLastInsertPoint(loop->GetExitBasicBlock(), b_); in ForWithStatus()
68 llvm_ir::SetToLastInsertPoint(if_data.after_block, b_); in IfWithStatus()
Dllvm_util.h255 void SetToLastInsertPoint(llvm::BasicBlock* blk, llvm::IRBuilder<>* builder);
Dllvm_util.cc480 void SetToLastInsertPoint(llvm::BasicBlock* blk, llvm::IRBuilder<>* builder) { in SetToLastInsertPoint() function