Searched defs:alive (Results 1 – 3 of 3) sorted by relevance
112 auto alive = val; in VisitStore() local302 Inst *alive = nullptr; in ProcessBackedges() local447 auto alive = InstStoredValue(entry.second[0]); in FinalizeShadowedStores() local1021 void Lse::ApplyHoistToCandidate(Loop *loop, Inst *alive) in ApplyHoistToCandidate()1098 auto alive = beAlive_.begin(); in TryToHoistLoadFromLoop() local1109 for (auto alive : beAlive_) { in TryToHoistLoadFromLoop() local
86 size_t alive = totalSize * aliveRate; in CreateSharedObjectsInOneRegion() local
269 SetVector<Value *> alive; in run() local282 …rusion::RewriteWithGcInBlock(BasicBlock *block, GcRefLiveness *liveness, SetVector<Value *> *alive, in RewriteWithGcInBlock()