Searched refs:isIndirectBranchOpcode (Results 1 – 8 of 8) sorted by relevance
271 isIndirectBranchOpcode(Terminator.getOpcode()) || in moveBasicBlock()
653 bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function707 return MI.isReturn() || isIndirectBranchOpcode(MI.getOpcode()) || in isIndirectControlFlowNotComingBack()
386 if (isIndirectBranchOpcode(I->getOpcode()) || in analyzeBranch()426 isIndirectBranchOpcode(I->getOpcode()) || in analyzeBranch()
188 static bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function316 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
132 if (MI.isReturn() || isIndirectBranchOpcode(MI.getOpcode())) { in hardenReturnsAndBRs()
539 static inline bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function
436 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
124 static bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function215 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()