Searched defs:PhiState (Results 1 – 2 of 2) sorted by relevance
43 class PhiState; variable
116 class PhiState { class118 PhiState(ArenaAllocator *alloc, DataType::Type type) : inputs_(alloc->Adapter()), type_(type) {} in PhiState() function in panda::compiler::PhiState