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.cpp586 static bool BBHasFallthrough(MachineBasicBlock *MBB) { in BBHasFallthrough() function
648 if (!BBHasFallthrough(&MBB)) in initializeFunctionInfo()
1215 if (BBHasFallthrough(UserMBB)) { in createNewWater()
1562 bool NeedSplit = (BMI != MI) || !BBHasFallthrough(MBB); in fixupConditionalBr()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp244 bool BBHasFallthrough(MachineBasicBlock *MBB);
680 bool ARMConstantIslands::BBHasFallthrough(MachineBasicBlock *MBB) { in BBHasFallthrough() function in ARMConstantIslands
772 if (!BBHasFallthrough(&MBB)) in initializeFunctionInfo()
1364 if (BBHasFallthrough(UserMBB)) { in createNewWater()
1750 bool NeedSplit = (BMI != MI) || !BBHasFallthrough(MBB); in fixupConditionalBr()