Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlicm.cc22 static bool IsPhiOf(HInstruction* instruction, HBasicBlock* block) { in IsPhiOf() function
52 bool is_loop_header_phi = IsPhiOf(input, info->GetHeader()); in InputsAreDefinedBeforeLoop()
70 if (input != nullptr && IsPhiOf(input, info->GetHeader())) { in UpdateLoopPhisIn()