Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Ddead_code_elimination.cc166 HBasicBlock* not_throws = nullptr; in RemoveNonNullControlDependences() local
168 not_throws = ifs->IfFalseSuccessor(); in RemoveNonNullControlDependences()
170 not_throws = ifs->IfTrueSuccessor(); in RemoveNonNullControlDependences()
198 not_throws->InsertInstructionBefore(bound, not_throws->GetFirstInstruction()); in RemoveNonNullControlDependences()