Searched refs:isIndirectBranchOpcode (Results 1 – 8 of 8) sorted by relevance
271 isIndirectBranchOpcode(Terminator.getOpcode()) || in moveBasicBlock()
651 bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function705 return MI.isReturn() || isIndirectBranchOpcode(MI.getOpcode()) || in isIndirectControlFlowNotComingBack()
386 if (isIndirectBranchOpcode(I->getOpcode()) || in analyzeBranch()426 isIndirectBranchOpcode(I->getOpcode()) || in analyzeBranch()
179 static bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function296 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
134 if (MI.isReturn() || isIndirectBranchOpcode(MI.getOpcode())) { in hardenReturnsAndBRs()
480 static inline bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function
343 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
124 static bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function215 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()