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

/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
H A DAArch64BranchFixupPass.cpp146 MachineBasicBlock *splitBlockBeforeInstr(MachineInstr *MI);
360 AArch64BranchFixup::splitBlockBeforeInstr(MachineInstr *MI) { function in class:AArch64BranchFixup
553 splitBlockBeforeInstr(MBBI);
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp291 MachineBasicBlock *splitBlockBeforeInstr(MachineInstr *MI);
735 MachineBasicBlock *MipsConstantIslands::splitBlockBeforeInstr function in class:MipsConstantIslands
1197 NewMBB = splitBlockBeforeInstr(MI);
1248 // splitBlockBeforeInstr adds to WaterList, which is important when it is
1463 splitBlockBeforeInstr(MI);
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp281 MachineBasicBlock *splitBlockBeforeInstr(MachineInstr *MI);
872 MachineBasicBlock *ARMConstantIslands::splitBlockBeforeInstr(MachineInstr *MI) { function in class:ARMConstantIslands
1355 NewMBB = splitBlockBeforeInstr(MI);
1403 // splitBlockBeforeInstr adds to WaterList, which is important when it is
1617 splitBlockBeforeInstr(MI);

Completed in 54 milliseconds