Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp594 static bool BBHasFallthrough(MachineBasicBlock *MBB) { in BBHasFallthrough() function
663 if (!BBHasFallthrough(&MBB)) in initializeFunctionInfo()
1235 if (BBHasFallthrough(UserMBB)) { in createNewWater()
1583 bool NeedSplit = (BMI != MI) || !BBHasFallthrough(MBB); in fixupConditionalBr()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp240 bool BBHasFallthrough(MachineBasicBlock *MBB);
610 bool ARMConstantIslands::BBHasFallthrough(MachineBasicBlock *MBB) { in BBHasFallthrough() function in ARMConstantIslands
700 if (!BBHasFallthrough(&MBB)) in initializeFunctionInfo()
1306 if (BBHasFallthrough(UserMBB)) { in createNewWater()
1688 bool NeedSplit = (BMI != MI) || !BBHasFallthrough(MBB); in fixupConditionalBr()