Home
last modified time | relevance | path

Searched refs:BBHasFallthrough (Results 1 – 4 of 4) 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.cpp590 static bool BBHasFallthrough(MachineBasicBlock *MBB) { in BBHasFallthrough() function
660 if (!BBHasFallthrough(&MBB)) in initializeFunctionInfo()
1240 if (BBHasFallthrough(UserMBB)) { in createNewWater()
1592 bool NeedSplit = (BMI != MI) || !BBHasFallthrough(MBB); in fixupConditionalBr()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMConstantIslandPass.cpp430 static bool BBHasFallthrough(MachineBasicBlock *MBB) { in BBHasFallthrough() function
501 if (!BBHasFallthrough(&MBB)) in InitialFunctionScan()
1145 if (BBHasFallthrough(UserMBB) && in CreateNewWater()
1150 assert(BBHasFallthrough(UserMBB) && "Expected a fallthrough BB!"); in CreateNewWater()
1475 bool NeedSplit = (BMI != MI) || !BBHasFallthrough(MBB); in FixUpConditionalBr()
/external/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp294 bool BBHasFallthrough(MachineBasicBlock *MBB);
663 bool ARMConstantIslands::BBHasFallthrough(MachineBasicBlock *MBB) { in BBHasFallthrough() function in ARMConstantIslands
758 if (!BBHasFallthrough(&MBB)) in initializeFunctionInfo()
1379 if (BBHasFallthrough(UserMBB)) { in createNewWater()
1736 bool NeedSplit = (BMI != MI) || !BBHasFallthrough(MBB); in fixupConditionalBr()