Home
last modified time | relevance | path

Searched refs:PhiInputModifiedSReg (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/
Dtype_inference.h423 int32_t PhiInputModifiedSReg(int32_t s_reg, BasicBlock* bb, size_t pred_idx);
Dtype_inference.cc436 int32_t input_mod_s_reg = PhiInputModifiedSReg(uses[pred_idx], bb, pred_idx); in Apply()
451 int32_t input_mod_s_reg = PhiInputModifiedSReg(uses[pred_idx], bb, pred_idx); in Apply()
1052 int32_t TypeInference::PhiInputModifiedSReg(int32_t s_reg, BasicBlock* bb, size_t pred_idx) { in PhiInputModifiedSReg() function in art::TypeInference