Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h51 BT_NoBranch, // No branches found. enumerator
H A DMipsDelaySlotFiller.cpp897 if ((R == MipsInstrInfo::BT_None) || (R == MipsInstrInfo::BT_NoBranch)) in getBranch()
936 (P.first != MipsInstrInfo::BT_NoBranch)) { in examinePred()
H A DMipsInstrInfo.cpp218 return BT_NoBranch; in analyzeBranch()