Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction.h341 bool CanFlowThrough() const;
Ddex_instruction.cc200 bool Instruction::CanFlowThrough() const { in CanFlowThrough() function in art::Instruction
/art/compiler/sea_ir/ir/
Dsea.cc215 if (inst->CanFlowThrough() in BuildMethodSeaGraph()
254 && last_node->GetInstruction()->CanFlowThrough()) { in BuildMethodSeaGraph()