Searched refs:AnalyzeCondBr (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.cpp | 71 void MipsInstrInfo::AnalyzeCondBr(const MachineInstr *Inst, unsigned Opc, in AnalyzeCondBr() function in MipsInstrInfo 225 AnalyzeCondBr(LastInst, LastOpc, TBB, Cond); in AnalyzeBranch() 254 AnalyzeCondBr(SecondLastInst, SecondLastOpc, TBB, Cond); in AnalyzeBranch()
|
D | MipsInstrInfo.h | 137 void AnalyzeCondBr(const MachineInstr *Inst, unsigned Opc,
|