Lines Matching refs:LLVM_BB
11405 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitAtomicBinary() local
11415 MachineBasicBlock *loopMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitAtomicBinary()
11417 CmpOpcode ? F->CreateMachineBasicBlock(LLVM_BB) : nullptr; in EmitAtomicBinary()
11418 MachineBasicBlock *exitMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitAtomicBinary()
11580 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitPartwordAtomicBinary() local
11587 MachineBasicBlock *loopMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitPartwordAtomicBinary()
11589 CmpOpcode ? F->CreateMachineBasicBlock(LLVM_BB) : nullptr; in EmitPartwordAtomicBinary()
11590 MachineBasicBlock *exitMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitPartwordAtomicBinary()
12228 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in EmitInstrWithCustomInserter() local
12277 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
12278 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
12342 MachineBasicBlock *readMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
12343 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
12514 MachineBasicBlock *loop1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
12515 MachineBasicBlock *loop2MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
12516 MachineBasicBlock *midMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
12517 MachineBasicBlock *exitMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
12593 MachineBasicBlock *loop1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
12594 MachineBasicBlock *loop2MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
12595 MachineBasicBlock *midMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
12596 MachineBasicBlock *exitMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()