Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Tm

888     auto *Tm = new (Arena) til::Goto(BB, Idx);
889 CurrentBB->setTerminator(Tm);
897 auto *Tm = new (Arena) til::Branch(C, BB1, BB2);
898 CurrentBB->setTerminator(Tm);