Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64InstrInfo.h235 static inline bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
HDAArch64InstrInfo.cpp116 if (isCondBranchOpcode(LastOpc)) { in AnalyzeBranch()
151 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()
227 !isCondBranchOpcode(I->getOpcode())) in RemoveBranch()
238 if (!isCondBranchOpcode(I->getOpcode())) in RemoveBranch()
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMBaseInstrInfo.h410 bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
HDARMBaseInstrInfo.cpp313 } else if (isCondBranchOpcode(I->getOpcode())) { in AnalyzeBranch()
375 !isCondBranchOpcode(I->getOpcode())) in RemoveBranch()
385 if (!isCondBranchOpcode(I->getOpcode())) in RemoveBranch()