Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:TrueBranch

4567     auto *TrueBranch = BranchInst::Create(EndBlock, TrueBlock);
4569 TrueInst->moveBefore(TrueBranch);