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

/art/compiler/llvm/
H A Dgbc_expander.cc2071 llvm::BasicBlock* block_str_exist = local
2083 irb_.CreateCondBr(equal_null, block_str_resolve, block_str_exist, kUnlikely);
2086 irb_.SetInsertPoint(block_str_exist);
2114 phi->addIncoming(string_addr, block_str_exist);

Completed in 11 milliseconds