Searched defs:HasNullCheckLastInsn (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/
H A Dglobal_value_numbering.cc127 if (HasNullCheckLastInsn(pred_bb, bb->id)) {
182 bool GlobalValueNumbering::HasNullCheckLastInsn(const BasicBlock* pred_bb, function in class:art::GlobalValueNumbering
204 if (!HasNullCheckLastInsn(pred_bb, work_lvn_->Id())) {

Completed in 25 milliseconds