Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp588 static bool BBHasFallthrough(MachineBasicBlock *MBB) { in BBHasFallthrough() function
650 if (!BBHasFallthrough(&MBB)) in initializeFunctionInfo()
1217 if (BBHasFallthrough(UserMBB)) { in createNewWater()
1564 bool NeedSplit = (BMI != MI) || !BBHasFallthrough(MBB); in fixupConditionalBr()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp248 bool BBHasFallthrough(MachineBasicBlock *MBB);
679 bool ARMConstantIslands::BBHasFallthrough(MachineBasicBlock *MBB) { in BBHasFallthrough() function in ARMConstantIslands
793 if (!BBHasFallthrough(&MBB)) in initializeFunctionInfo()
1383 if (BBHasFallthrough(UserMBB)) { in createNewWater()
1769 bool NeedSplit = (BMI != MI) || !BBHasFallthrough(MBB); in fixupConditionalBr()