Home | History | Annotate | Download | only in MBlaze

Lines Matching defs:exit

430   //  exit:
452 // Create the start and exit basic blocks for the atomic operation
454 MachineBasicBlock *exit = F->CreateMachineBasicBlock(LLVM_BB);
456 F->insert(It, exit);
461 exit->splice(exit->begin(), MBB, llvm::next(MachineBasicBlock::iterator(MI)),
463 exit->transferSuccessorsAndUpdatePHIs(MBB);
480 start->addSuccessor(exit);
502 start->addSuccessor(exit);
524 start->addSuccessor(exit);
526 final->addSuccessor(exit);
536 .addMBB(exit);
539 exit->moveAfter(final);
560 return exit;