Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlse.cpp112 auto alive = val; in VisitStore() local
301 Inst *alive = nullptr; in ProcessBackedges() local
452 auto alive = InstStoredValue(entry.second[0]); in FinalizeShadowedStores() local
996 void Lse::ApplyHoistToCandidate(Loop *loop, Inst *alive) in ApplyHoistToCandidate()
1073 auto alive = beAlive_.begin(); in TryToHoistLoadFromLoop() local
1084 for (auto alive : beAlive_) { in TryToHoistLoadFromLoop() 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()