HomeSort by relevance Sort by last modified time
    Searched full:bbhasfallthrough (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64BranchRelaxation.cpp 141 /// BBHasFallthrough - Return true if the specified basic block can fallthrough
143 static bool BBHasFallthrough(MachineBasicBlock *MBB) {
380 bool NeedSplit = (BMI != MI) || !BBHasFallthrough(MBB);
  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp 588 /// BBHasFallthrough - Return true if the specified basic block can fallthrough
590 static bool BBHasFallthrough(MachineBasicBlock *MBB) {
660 if (!BBHasFallthrough(&MBB))
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 294 bool BBHasFallthrough(MachineBasicBlock *MBB);
661 /// BBHasFallthrough - Return true if the specified basic block can fallthrough
663 bool ARMConstantIslands::BBHasFallthrough(MachineBasicBlock *MBB) {
758 if (!BBHasFallthrough(&MBB))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMConstantIslandPass.cpp 428 /// BBHasFallthrough - Return true if the specified basic block can fallthrough
430 static bool BBHasFallthrough(MachineBasicBlock *MBB) {
501 if (!BBHasFallthrough(&MBB))
    [all...]

Completed in 358 milliseconds