Home
last modified time | relevance | path

Searched defs:alive (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlse.cpp112 auto alive = val; in VisitStore() local
302 Inst *alive = nullptr; in ProcessBackedges() local
451 auto alive = InstStoredValue(entry.second[0]); in FinalizeShadowedStores() local
1045 void Lse::ApplyHoistToCandidate(Loop *loop, Inst *alive) in ApplyHoistToCandidate()
1122 auto alive = beAlive_.begin(); in TryToHoistLoadFromLoop() local
1133 for (auto alive : beAlive_) { in TryToHoistLoadFromLoop() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/hybrid/mem/
Dexternal-gc.cpp94 … bool alive = visitor(reinterpret_cast<RefField<> &>(*reinterpret_cast<BaseObject **>(&object))); in SweepStaticRoots() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dgc_shared_partial_test.cpp86 size_t alive = totalSize * aliveRate; in CreateSharedObjectsInOneRegion() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dgc_intrusion.cpp269 SetVector<Value *> alive; in run() local
282 …rusion::RewriteWithGcInBlock(BasicBlock *block, GcRefLiveness *liveness, SetVector<Value *> *alive, in RewriteWithGcInBlock()