HomeSort by relevance Sort by last modified time
    Searched refs:OrigBB (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 725 MachineBasicBlock *OrigBB = MI->getParent();
726 MachineFunction &MF = *OrigBB->getParent();
728 // Create a new MBB for the code after the OrigBB.
730 MF.CreateMachineBasicBlock(OrigBB->getBasicBlock());
731 MachineFunction::iterator MBBI = OrigBB; ++MBBI;
735 NewBB->splice(NewBB->end(), OrigBB, MI, OrigBB->end());
737 // Add an unconditional branch from OrigBB to NewBB.
742 BuildMI(OrigBB, DebugLoc(), TII->get(Opc)).addMBB(NewBB);
745 // Update the CFG. All succs of OrigBB are now succs of NewBB
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 818 BasicBlock *OrigBB = TheCall->getParent();
819 Function *Caller = OrigBB->getParent();
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 68 milliseconds