Searched defs:inst_iter (Results 1 - 1 of 1) sorted by path

/art/compiler/llvm/
H A Dgbc_expander.cc472 llvm::BasicBlock::iterator inst_iter = original_block->begin(); local
475 while (inst_iter != inst_end) {
476 llvm::CallInst* call_inst = llvm::dyn_cast<llvm::CallInst>(inst_iter);
486 ++inst_iter;
492 irb_.SetInsertPoint(inst_iter);
496 inst_iter->replaceAllUsesWith(new_value);
500 llvm::BasicBlock::iterator old_inst = inst_iter++;
508 inst_iter, inst_end);
562 inst_iter = succ_basic_block->begin(),
564 inst_iter !
[all...]

Completed in 7 milliseconds