Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h45 BT_CondUncond, // A conditional branch followed by an unconditional branch. enumerator
H A DMipsInstrInfo.cpp258 return BT_CondUncond; in AnalyzeBranch()
H A DMipsDelaySlotFiller.cpp772 if (R != MipsInstrInfo::BT_CondUncond) { in getBranch()