Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h243 static inline bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
DAArch64InstrInfo.cpp115 if (isCondBranchOpcode(LastOpc)) { in AnalyzeBranch()
150 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in AnalyzeBranch()
226 !isCondBranchOpcode(I->getOpcode())) in RemoveBranch()
237 if (!isCondBranchOpcode(I->getOpcode())) in RemoveBranch()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h421 bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode() function
DARMBaseInstrInfo.cpp313 } else if (isCondBranchOpcode(I->getOpcode())) { in AnalyzeBranch()
375 !isCondBranchOpcode(I->getOpcode())) in RemoveBranch()
385 if (!isCondBranchOpcode(I->getOpcode())) in RemoveBranch()