Searched defs:PhiOperand (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ | ||
H A D | operand.h | 1925 class PhiOperand : public OperandVisitable<PhiOperand> { class in maplebe::MemOperand 1927 explicit PhiOperand(MapleAllocator &allocator) : OperandVisitable(Operand::kOpdPhi, 0), phiList(allocator.Adapter()) in PhiOperand() function in maplebe::MemOperand::PhiOperand [all...] |
Completed in 7 milliseconds