Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h240 static inline bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
H A DAArch64InstrInfo.cpp121 if (isCondBranchOpcode(LastOpc)) { in AnalyzeBranch()
156 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()
237 !isCondBranchOpcode(I->getOpcode())) in RemoveBranch()
248 if (!isCondBranchOpcode(I->getOpcode())) in RemoveBranch()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h411 bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
H A DARMBaseInstrInfo.cpp311 } else if (isCondBranchOpcode(I->getOpcode())) { in AnalyzeBranch()
377 !isCondBranchOpcode(I->getOpcode())) in RemoveBranch()
387 if (!isCondBranchOpcode(I->getOpcode())) in RemoveBranch()