Searched refs:isIndirectBranchOpcode (Results 1 – 8 of 8) sorted by relevance
271 isIndirectBranchOpcode(Terminator.getOpcode()) || in moveBasicBlock()
671 bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function726 return MI.isReturn() || isIndirectBranchOpcode(MI.getOpcode()) || in isIndirectControlFlowNotComingBack()
387 if (isIndirectBranchOpcode(I->getOpcode()) || in analyzeBranch()427 isIndirectBranchOpcode(I->getOpcode()) || in analyzeBranch()
188 static bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function316 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
267 if (MI.isReturn() || isIndirectBranchOpcode(MI.getOpcode())) { in hardenReturnsAndBRs()
687 static inline bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function
438 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
124 static bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function215 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()