Home
last modified time | relevance | path

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

/external/llvm/lib/Target/MBlaze/
DMBlazeInstrInfo.cpp143 if (MBlaze::isCondBranchOpcode(LastOpc)) { in AnalyzeBranch()
162 if (MBlaze::isCondBranchOpcode(SecondLastInst->getOpcode()) && in AnalyzeBranch()
224 !MBlaze::isCondBranchOpcode(I->getOpcode())) in RemoveBranch()
234 if (!MBlaze::isCondBranchOpcode(I->getOpcode())) in RemoveBranch()
DMBlazeInstrInfo.h155 inline static bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h328 bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
DARMBaseInstrInfo.cpp294 if (isCondBranchOpcode(LastOpc)) { in AnalyzeBranch()
331 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()
376 !isCondBranchOpcode(I->getOpcode())) in RemoveBranch()
386 if (!isCondBranchOpcode(I->getOpcode())) in RemoveBranch()