Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64BranchRelaxation.cpp132 static bool BBHasFallthrough(MachineBasicBlock *MBB) { in BBHasFallthrough() function
371 bool NeedSplit = (BMI != MI) || !BBHasFallthrough(MBB); in fixupConditionalBranch()
/external/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp599 static bool BBHasFallthrough(MachineBasicBlock *MBB) { in BBHasFallthrough() function
672 if (!BBHasFallthrough(&MBB)) in initializeFunctionInfo()
1255 if (BBHasFallthrough(UserMBB)) { in createNewWater()
1610 bool NeedSplit = (BMI != MI) || !BBHasFallthrough(MBB); in fixupConditionalBr()
/external/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp278 bool BBHasFallthrough(MachineBasicBlock *MBB);
568 bool ARMConstantIslands::BBHasFallthrough(MachineBasicBlock *MBB) { in BBHasFallthrough() function in ARMConstantIslands
662 if (!BBHasFallthrough(&MBB)) in initializeFunctionInfo()
1247 if (BBHasFallthrough(UserMBB)) { in createNewWater()
1604 bool NeedSplit = (BMI != MI) || !BBHasFallthrough(MBB); in fixupConditionalBr()