Searched refs:isIndirectBranchOpcode (Results 1 – 7 of 7) sorted by relevance
149 static bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function231 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
134 if (MI.isReturn() || isIndirectBranchOpcode(MI.getOpcode())) { in hardenReturnsAndBRs()
429 static inline bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function
349 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
650 bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function704 return MI.isReturn() || isIndirectBranchOpcode(MI.getOpcode()) || in isIndirectControlFlowNotComingBack()
377 if (isIndirectBranchOpcode(I->getOpcode()) || in analyzeBranch()406 isIndirectBranchOpcode(I->getOpcode()) || in analyzeBranch()
124 static bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function215 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()