Home
last modified time | relevance | path

Searched refs:readMBB (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11954 MachineBasicBlock *readMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
11957 F->insert(It, readMBB); in EmitInstrWithCustomInserter()
11965 BB->addSuccessor(readMBB); in EmitInstrWithCustomInserter()
11966 BB = readMBB; in EmitInstrWithCustomInserter()
11985 .addMBB(readMBB); in EmitInstrWithCustomInserter()
11987 BB->addSuccessor(readMBB); in EmitInstrWithCustomInserter()