Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:FalseBranch

4574     auto *FalseBranch = BranchInst::Create(EndBlock, FalseBlock);
4576 FalseInst->moveBefore(FalseBranch);