Home
last modified time | relevance | path

Searched refs:phiOpnd (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Doperand.cpp230 for (auto phiOpnd : phiList) { in GetLeastCommonValidBit()
231 uint32 curVb = phiOpnd.second->GetValidBitsNum(); in GetLeastCommonValidBit()
241 for (auto phiOpnd : phiList) { in IsRedundancy()
243 srcSsaIdx = phiOpnd.second->GetRegisterNumber(); in IsRedundancy()
245 if (srcSsaIdx != phiOpnd.second->GetRegisterNumber()) { in IsRedundancy()
H A Dlive.cpp227 auto &phiOpnd = static_cast<PhiOperand &>(opnd); in GetBBDefUse() local
228 for (auto opIt : phiOpnd.GetOperands()) { in GetBBDefUse()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Doperand.h1936 auto *phiOpnd = allocator.GetMemPool()->New<PhiOperand>(allocator); variable
1938 phiOpnd->InsertOpnd(phiPair.first, *phiPair.second->CloneTree(allocator));
1940 return phiOpnd;

Completed in 5 milliseconds