Searched refs:is_phi (Results 1 – 4 of 4) sorted by relevance
23 ArenaString IdToString(uint32_t id, ArenaAllocator *allocator, bool v_reg = false, bool is_phi = fa…
49 ArenaString IdToString(uint32_t id, ArenaAllocator *allocator, bool v_reg, bool is_phi) in IdToString() argument52 ArenaString phi(is_phi ? "p" : "", allocator->Adapter()); in IdToString()
284 bool is_phi = inst->IsPhi(); in Dce() local290 if (is_phi) { in Dce()
163 bool is_phi = inst->IsPhi();167 if (is_phi) {