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