Home
last modified time | relevance | path

Searched defs:alive (Results 1 – 3 of 3) 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
447 auto alive = InstStoredValue(entry.second[0]); in FinalizeShadowedStores() local
1021 void Lse::ApplyHoistToCandidate(Loop *loop, Inst *alive) in ApplyHoistToCandidate()
1098 auto alive = beAlive_.begin(); in TryToHoistLoadFromLoop() local
1109 for (auto alive : beAlive_) { in TryToHoistLoadFromLoop() 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()