Searched defs:PhiState (Results 1 – 2 of 2) sorted by relevance
44 class PhiState; variable336 ArenaVector<ArenaMap<Field, PhiState *, FieldComporator>> &phis, in ScalarReplacement() argument
170 class PhiState { class172 PhiState(ArenaAllocator *alloc, DataType::Type type) : inputs_(alloc->Adapter()), type_(type) {} in PhiState() function in ark::compiler::PhiState