Home
last modified time | relevance | path

Searched refs:isUncondBranchOpcode (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/MBlaze/
DMBlazeInstrInfo.cpp139 if (MBlaze::isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()
163 MBlaze::isUncondBranchOpcode(LastInst->getOpcode())) { in AnalyzeBranch()
173 if (MBlaze::isUncondBranchOpcode(SecondLastInst->getOpcode()) && in AnalyzeBranch()
174 MBlaze::isUncondBranchOpcode(LastInst->getOpcode())) { in AnalyzeBranch()
223 if (!MBlaze::isUncondBranchOpcode(I->getOpcode()) && in RemoveBranch()
DMBlazeInstrInfo.h144 inline static bool isUncondBranchOpcode(int Opc) { in isUncondBranchOpcode() function
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h341 bool isUncondBranchOpcode(int Opc) { in isUncondBranchOpcode() function
DARMBaseInstrInfo.cpp295 if (isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()
315 if (AllowModify && isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()
316 while (isUncondBranchOpcode(SecondLastOpc)) { in AnalyzeBranch()
336 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()
346 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()
359 isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()
380 if (!isUncondBranchOpcode(I->getOpcode()) && in RemoveBranch()
465 if (isUncondBranchOpcode(Opc)) { in PredicateInstruction()