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

/art/compiler/llvm/
H A Dgbc_expander.cc984 llvm::BasicBlock* basic_block_suspend = CreateBasicBlockWithDexPC(dex_pc, "suspend"); local
987 irb_.CreateCondBr(is_suspend, basic_block_suspend, basic_block_cont, kUnlikely);
989 irb_.SetInsertPoint(basic_block_suspend);

Completed in 46 milliseconds