Searched refs:splitBlockBeforeInstr (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp96 MachineBasicBlock *splitBlockBeforeInstr(MachineInstr &MI,
226 MachineBasicBlock *BranchRelaxation::splitBlockBeforeInstr(MachineInstr &MI, function in class:BranchRelaxation
524 splitBlockBeforeInstr(*Next, DestBB);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp386 MachineBasicBlock *splitBlockBeforeInstr(MachineInstr &MI);
850 MipsConstantIslands::splitBlockBeforeInstr(MachineInstr &MI) { function in class:MipsConstantIslands
1302 NewMBB = splitBlockBeforeInstr(*--MI);
1351 // splitBlockBeforeInstr adds to WaterList, which is important when it is
1601 splitBlockBeforeInstr(*MI);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp253 MachineBasicBlock *splitBlockBeforeInstr(MachineInstr *MI);
886 MachineBasicBlock *ARMConstantIslands::splitBlockBeforeInstr(MachineInstr *MI) { function in class:ARMConstantIslands
1440 NewMBB = splitBlockBeforeInstr(&*MI);
1488 // splitBlockBeforeInstr adds to WaterList, which is important when it is
1695 splitBlockBeforeInstr(MI);

Completed in 113 milliseconds