Home
last modified time | relevance | path

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

/art/compiler/sea_ir/types/
Dtype_inference.cc149 std::vector<PhiInstructionNode*>* phi_instructions = (*region_it)->GetPhiNodes(); in ComputeTypes()
/art/compiler/sea_ir/debug/
Ddot_gen.cc127 std::vector<PhiInstructionNode*>* phi_instructions = region->GetPhiNodes(); in Visit()
/art/compiler/sea_ir/ir/
Dsea.h205 std::vector<PhiInstructionNode*>* GetPhiNodes() { in GetPhiNodes() function
Dsea.cc33 std::vector<PhiInstructionNode*>* phis = region->GetPhiNodes(); in Traverse()
352 std::vector<PhiInstructionNode*>* phis = crt_region->GetPhiNodes(); in RenameAsSSA()