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.cc55 llvm_ir::SetToLastInsertPoint(loop->GetExitBasicBlock(), b_); in ForWithStatus()
73 llvm_ir::SetToLastInsertPoint(if_data.after_block, b_); in IfWithStatus()
Dllvm_util.h243 void SetToLastInsertPoint(llvm::BasicBlock* blk, llvm::IRBuilder<>* builder);
Dllvm_util.cc484 void SetToLastInsertPoint(llvm::BasicBlock* blk, llvm::IRBuilder<>* builder) { in SetToLastInsertPoint() function