Lines Matching defs:SL
358 const StackLifetime &SL;
362 for (const auto &KV : SL.AllocaNumbering) {
363 if (SL.LiveRanges[KV.getSecond()].test(InstrNo))
372 auto ItBB = SL.BlockInstRange.find(BB);
373 if (ItBB == SL.BlockInstRange.end())
380 if (!Instr || !SL.isReachable(Instr))
384 for (const auto &KV : SL.AllocaNumbering) {
385 if (SL.isAliveAfter(KV.getFirst(), Instr))
393 LifetimeAnnotationWriter(const StackLifetime &SL) : SL(SL) {}
407 StackLifetime SL(F, Allocas, Type);
408 SL.run();
409 SL.print(OS);