Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction.cc90 bool Instruction::CanFlowThrough() const { in CanFlowThrough() function in art::Instruction
Ddex_instruction.h465 bool CanFlowThrough() const;
/art/compiler/optimizing/
Dbuilder.cc382 if (instruction.CanFlowThrough()) { in ComputeBranchTargets()