Home
last modified time | relevance | path

Searched defs:ostIdx (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dssa_tab.h211 void SetZeroVersionIndex(const OStIdx &ostIdx, size_t zeroVersionIndexParam) in SetZeroVersionIndex()
216 size_t GetVersionsIndicesSize(const OStIdx &ostIdx) const in GetVersionsIndicesSize()
221 void UpdateVarOstMap(const OStIdx &ostIdx, std::map<OStIdx, OriginalSt *> &varOstMap) in UpdateVarOstMap()
232 bool IsInitVersion(size_t vstIdx, const OStIdx &ostIdx) const in IsInitVersion()
Dssa_mir_nodes.h243 OStIdx ostIdx = mayDefNode.GetOpnd()->GetOrigIdx(); in InsertMayDefNode() local
250 OStIdx ostIdx = mayUseNode.GetOpnd()->GetOrigIdx(); in InsertMayUseNode() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_mem_reference.h46 for (const auto &ostIdx : refSet2) { in HasMemoryReferenceAlias() local