Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dver_symbol.h176 } defStmt; // only valid after SSA variable
Dme_ir.h264 void SetDefByStmt(MeStmt &defStmt) override in SetDefByStmt()
342 void SetDefStmt(MeStmt *defStmt) in SetDefStmt()
417 MeStmt *defStmt; // definition stmt of this var member
2465 …AssignedPart(MapleAllocator *alloc, MeStmt *defStmt, const MapleVector<MustDefMeNode> &mustDefList) in AssignedPart()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ipa/src/old/
Dea_connection_graph.cpp729 MeStmt *defStmt = static_cast<VarMeExpr *>(&expr)->GetDefStmt(); in ExprCanBeOptimized() local
736 MeStmt *defStmt = static_cast<RegMeExpr *>(&expr)->GetDefStmt(); in ExprCanBeOptimized() local