Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation.cc213 HInstruction* start_instruction, in BoundTypeIn() argument
225 bool dominates = (start_instruction != nullptr) in BoundTypeIn()
226 ? start_instruction->StrictlyDominates(user) in BoundTypeIn()
233 HInstruction* insert_point = (start_instruction != nullptr) in BoundTypeIn()
234 ? start_instruction->GetNext() in BoundTypeIn()
237 insert_point, receiver, class_rti, start_instruction, start_block)) { in BoundTypeIn()
255 BoundTypeIn(receiver->InputAt(0), start_block, start_instruction, class_rti); in BoundTypeIn()