Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64BranchRelaxation.cpp143 static bool BBHasFallthrough(MachineBasicBlock *MBB) { in BBHasFallthrough() function
380 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()
1607 bool NeedSplit = (BMI != MI) || !BBHasFallthrough(MBB); in fixupConditionalBr()
/external/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp289 bool BBHasFallthrough(MachineBasicBlock *MBB);
650 bool ARMConstantIslands::BBHasFallthrough(MachineBasicBlock *MBB) { in BBHasFallthrough() function in ARMConstantIslands
752 if (!BBHasFallthrough(&MBB)) in initializeFunctionInfo()
1375 if (BBHasFallthrough(UserMBB)) { in createNewWater()
1732 bool NeedSplit = (BMI != MI) || !BBHasFallthrough(MBB); in fixupConditionalBr()