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