Searched refs:isIndirectBranchOpcode (Results 1 – 8 of 8) sorted by relevance
271 isIndirectBranchOpcode(Terminator.getOpcode()) || in moveBasicBlock()
649 bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function704 return MI.isReturn() || isIndirectBranchOpcode(MI.getOpcode()) || in isIndirectControlFlowNotComingBack()
212 if (isIndirectBranchOpcode(I->getOpcode()) || in analyzeBranch()252 isIndirectBranchOpcode(I->getOpcode()) || in analyzeBranch()
186 static bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function314 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
267 if (MI.isReturn() || isIndirectBranchOpcode(MI.getOpcode())) { in hardenReturnsAndBRs()
717 static inline bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function
478 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()
123 static bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function214 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) { in analyzeBranch()