Searched defs:alive (Results 1 – 4 of 4) sorted by relevance
112 auto alive = val; in VisitStore() local302 Inst *alive = nullptr; in ProcessBackedges() local451 auto alive = InstStoredValue(entry.second[0]); in FinalizeShadowedStores() local1045 void Lse::ApplyHoistToCandidate(Loop *loop, Inst *alive) in ApplyHoistToCandidate()1122 auto alive = beAlive_.begin(); in TryToHoistLoadFromLoop() local1133 for (auto alive : beAlive_) { in TryToHoistLoadFromLoop() local
94 … bool alive = visitor(reinterpret_cast<RefField<> &>(*reinterpret_cast<BaseObject **>(&object))); in SweepStaticRoots() 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()