Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsInstrInfo.h51 BT_NoBranch, // No branches found. enumerator
DMipsDelaySlotFiller.cpp899 if ((R == MipsInstrInfo::BT_None) || (R == MipsInstrInfo::BT_NoBranch)) in getBranch()
938 (P.first != MipsInstrInfo::BT_NoBranch)) { in examinePred()
DMipsInstrInfo.cpp205 return BT_NoBranch; in analyzeBranch()