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

/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp566 /// BBHasFallthrough - Return true if the specified basic block can fallthrough
568 static bool BBHasFallthrough(MachineBasicBlock *MBB) { function
659 if (!BBHasFallthrough(&MBB))
1242 if (BBHasFallthrough(UserMBB)) {
1590 bool NeedSplit = (BMI != MI) || !BBHasFallthrough(MBB);

Completed in 72 milliseconds