Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h54 BT_CondUncond, // A conditional branch followed by an unconditional branch. enumerator
H A DMipsDelaySlotFiller.cpp900 if (R != MipsInstrInfo::BT_CondUncond) { in getBranch()
H A DMipsInstrInfo.cpp289 return BT_CondUncond; in analyzeBranch()